#0F7CDB
A medium, vivid blue closely aligning with Dodgerblue.
About #0F7CDB
At its core, #0F7CDB is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Dodgerblue. In the RGB color space, it consists of 15 red, 124 green, and 219 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 93% C, 43% M, 0% Y, and 14% K. With a hue angle of 207.9 degrees, it sits comfortably in the blue spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F7CDB
RGB15, 124, 219
HSL207.9°, 87.2%, 45.9%
CMYK93%, 43%, 0%, 14%
HSV207.9°, 93.2%, 85.9%
LAB51.4, 7.7, -56.2
XYZ20.2, 19.6, 69.7
Decimal1015003
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.26:1
Text on #FFFFFF
AA Large
4.93:1
Text on #000000
AA
4.07:1
Text on #F8FAFC
AA Large
4.19:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #0F7CDB;
}
.text-color {
color: #0F7CDB;
}
.border-color {
border: 2px solid #0F7CDB;
}