#0F99E2
A medium, vivid blue closely aligning with Steelblue.
About #0F99E2
The hex code #0F99E2 represents a beautifully specific shade of blue. Designers often compare it to the standard color Steelblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 153, and 226.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 93% cyan and 32% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F99E2
RGB15, 153, 226
HSL200.8°, 87.6%, 47.3%
CMYK93%, 32%, 0%, 11%
HSV200.8°, 93.4%, 88.6%
LAB60.2, -6.9, -46.1
XYZ25.3, 28.4, 76.1
Decimal1022434
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.68:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.67:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F99E2;
}
.text-color {
color: #0F99E2;
}
.border-color {
border: 2px solid #0F99E2;
}