#0F99CC
A medium, vivid blue closely aligning with Steelblue.
About #0F99CC
At its core, #0F99CC is a medium and vivid hue. Designers often compare it to the standard color Steelblue. In the RGB color space, it consists of 15 red, 153 green, and 204 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 93% C, 25% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#0F99CC
RGB15, 153, 204
HSL196.2°, 86.3%, 42.9%
CMYK93%, 25%, 0%, 20%
HSV196.2°, 92.6%, 80.0%
LAB59.2, -14.9, -35.4
XYZ22.5, 27.2, 61.2
Decimal1022412
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.45:1
Text on #000000
AA
3.11:1
Text on #F8FAFC
AA Large
5.48:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F99CC;
}
.text-color {
color: #0F99CC;
}
.border-color {
border: 2px solid #0F99CC;
}