#008AF8
A medium, vivid blue closely aligning with Dodgerblue.
About #008AF8
At its core, #008AF8 is a medium and vivid hue. Designers often compare it to the standard color Dodgerblue. Its digital footprint relies on 0 parts red, 138 parts green, and 248 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 44% Magenta, 0% Yellow, and 3% Black. The HSL representation is 206.6° hue, 100.0% saturation, and 48.6% lightness.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#008AF8
RGB0, 138, 248
HSL206.6°, 100.0%, 48.6%
CMYK100%, 44%, 0%, 3%
HSV206.6°, 100.0%, 97.3%
LAB57.0, 9.9, -63.3
XYZ26.0, 25.0, 92.3
Decimal35576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.51:1
Text on #FFFFFF
AA Large
5.99:1
Text on #000000
AA
3.35:1
Text on #F8FAFC
AA Large
5.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #008AF8;
}
.text-color {
color: #008AF8;
}
.border-color {
border: 2px solid #008AF8;
}