#1E90FF
dodgerblue
#1E90FF is a blue colour. In RGB it is 30 red, 144 green and 255 blue, which converts to a hue of 210 degrees, 100% saturation and 56% lightness. It is one of the named CSS colours, written as dodgerblue in stylesheets.
Color values
| HEX | #1E90FF |
|---|---|
| RGB | rgb(30, 144, 255) |
| HSL | hsl(210, 100%, 56%) |
| HSV | hsv(210, 88%, 100%) |
| CMYK | cmyk(88%, 44%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 3.24:1, and against black it is 6.49:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 3.24:1 | Fail | AA |
| Black | 6.49:1 | AA | AAA |
Tints and shades
Lighter tints move #1E90FF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #1E90FF; |
|---|---|
| CSS rgb() | color: rgb(30 144 255); |
| Tailwind | bg-[#1e90ff] |
| SwiftUI | Color(red: 0.118, green: 0.565, blue: 1.000) |
| Android | Color.parseColor("#1E90FF") |