#0F42E2
A medium, vivid blue closely aligning with Mediumblue.
About #0F42E2
The hex code #0F42E2 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(15, 66, 226).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 93% C, 71% M, 0% Y, and 11% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0F42E2
RGB15, 66, 226
HSL225.5°, 87.6%, 47.3%
CMYK93%, 71%, 0%, 11%
HSV225.5°, 93.4%, 88.6%
LAB36.9, 47.3, -83.8
XYZ15.9, 9.5, 72.9
Decimal1000162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.25:1
Text on #FFFFFF
AAA
2.90:1
Text on #000000
FAIL
6.93:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F42E2;
}
.text-color {
color: #0F42E2;
}
.border-color {
border: 2px solid #0F42E2;
}