#0F6DCC
A medium, vivid blue closely aligning with Dodgerblue.
About #0F6DCC
The hex code #0F6DCC represents a beautifully specific shade of blue. Its closest recognized web color is Dodgerblue. In the RGB color space, it consists of 15 red, 109 green, and 204 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 93% C, 47% M, 0% Y, and 20% K. With a hue angle of 210.2 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F6DCC
RGB15, 109, 204
HSL210.2°, 86.3%, 42.9%
CMYK93%, 47%, 0%, 20%
HSV210.2°, 92.6%, 80.0%
LAB46.2, 11.3, -56.1
XYZ16.6, 15.4, 59.2
Decimal1011148
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.15:1
Text on #FFFFFF
AA
4.08:1
Text on #000000
AA Large
4.92:1
Text on #F8FAFC
AA
3.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F6DCC;
}
.text-color {
color: #0F6DCC;
}
.border-color {
border: 2px solid #0F6DCC;
}