#0F8AD3
A medium, vivid blue closely aligning with Steelblue.
About #0F8AD3
The precise color #0F8AD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Steelblue. This translates to an RGB value of rgb(15, 138, 211).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 93% cyan, 35% magenta, 0% yellow, and 17% black. With a hue angle of 202.3 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F8AD3
RGB15, 138, 211
HSL202.3°, 86.7%, 44.3%
CMYK93%, 35%, 0%, 17%
HSV202.3°, 92.9%, 82.7%
LAB55.1, -3.8, -45.9
XYZ21.0, 23.0, 65.0
Decimal1018579
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.75:1
Text on #FFFFFF
AA Large
5.60:1
Text on #000000
AA
3.59:1
Text on #F8FAFC
AA Large
4.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F8AD3;
}
.text-color {
color: #0F8AD3;
}
.border-color {
border: 2px solid #0F8AD3;
}