#008AE9
A medium, vivid blue closely aligning with Dodgerblue.
About #008AE9
The precise color #008AE9 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(0, 138, 233).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 41% M, 0% Y, and 9% K. With a hue angle of 204.5 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#008AE9
RGB0, 138, 233
HSL204.5°, 100.0%, 45.7%
CMYK100%, 41%, 0%, 9%
HSV204.5°, 100.0%, 91.4%
LAB56.1, 4.2, -56.4
XYZ23.8, 24.1, 80.5
Decimal35561
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.61:1
Text on #FFFFFF
AA Large
5.81:1
Text on #000000
AA
3.45:1
Text on #F8FAFC
AA Large
4.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #008AE9;
}
.text-color {
color: #008AE9;
}
.border-color {
border: 2px solid #008AE9;
}