#1D8AE9
A medium, vivid blue closely aligning with Dodgerblue.
About #1D8AE9
The precise color #1D8AE9 is an excellent choice for modern design projects. It is closely associated with the named CSS color Dodgerblue. This translates to an RGB value of rgb(29, 138, 233).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 88% C, 41% M, 0% Y, and 9% K. With a hue angle of 207.9 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D8AE9
RGB29, 138, 233
HSL207.9°, 82.3%, 51.4%
CMYK88%, 41%, 0%, 9%
HSV207.9°, 87.6%, 91.4%
LAB56.4, 5.3, -56.0
XYZ24.3, 24.3, 80.5
Decimal1936105
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.58:1
Text on #FFFFFF
AA Large
5.86:1
Text on #000000
AA
3.42:1
Text on #F8FAFC
AA Large
4.99:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1D8AE9;
}
.text-color {
color: #1D8AE9;
}
.border-color {
border: 2px solid #1D8AE9;
}