#0F99D3
A medium, vivid blue closely aligning with Steelblue.
About #0F99D3
At its core, #0F99D3 is a medium and vivid hue. Its closest recognized web color is Steelblue. In the RGB color space, it consists of 15 red, 153 green, and 211 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 93% Cyan, 27% Magenta, 0% Yellow, and 17% Black. With a hue angle of 197.8 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F99D3
RGB15, 153, 211
HSL197.8°, 86.7%, 44.3%
CMYK93%, 27%, 0%, 17%
HSV197.8°, 92.9%, 82.7%
LAB59.5, -12.4, -38.8
XYZ23.3, 27.6, 65.7
Decimal1022419
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.22:1
Text on #FFFFFF
AA Large
6.52:1
Text on #000000
AA
3.08:1
Text on #F8FAFC
AA Large
5.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F99D3;
}
.text-color {
color: #0F99D3;
}
.border-color {
border: 2px solid #0F99D3;
}