#008AFF
A medium, vivid blue closely aligning with Dodgerblue.
About #008AFF
At its core, #008AFF is a medium and vivid hue. Designers often compare it to the standard color Dodgerblue. In the RGB color space, it consists of 0 red, 138 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 46% M, 0% Y, and 0% K. The HSL representation is 207.5° hue, 100.0% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#008AFF
RGB0, 138, 255
HSL207.5°, 100.0%, 50.0%
CMYK100%, 46%, 0%, 0%
HSV207.5°, 100.0%, 100.0%
LAB57.5, 12.6, -66.5
XYZ27.1, 25.4, 98.1
Decimal35583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.45:1
Text on #FFFFFF
AA Large
6.08:1
Text on #000000
AA
3.30:1
Text on #F8FAFC
AA Large
5.17:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #008AFF;
}
.text-color {
color: #008AFF;
}
.border-color {
border: 2px solid #008AFF;
}