#0F99FF
A medium, vivid blue closely aligning with Dodgerblue.
About #0F99FF
At its core, #0F99FF is a medium and vivid hue. Its closest recognized web color is Dodgerblue. This translates to an RGB value of rgb(15, 153, 255).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 94% cyan and 40% magenta inks. With a hue angle of 205.5 degrees, it sits comfortably in the blue spectrum.
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#0F99FF
RGB15, 153, 255
HSL205.5°, 100.0%, 52.9%
CMYK94%, 40%, 0%, 0%
HSV205.5°, 94.1%, 100.0%
LAB61.7, 4.0, -59.6
XYZ29.6, 30.1, 98.9
Decimal1022463
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.99:1
Text on #FFFFFF
FAIL
7.02:1
Text on #000000
AAA
2.86:1
Text on #F8FAFC
FAIL
5.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0F99FF;
}
.text-color {
color: #0F99FF;
}
.border-color {
border: 2px solid #0F99FF;
}