#0F00E2
A medium, vivid blue closely aligning with Mediumblue.
About #0F00E2
The hex code #0F00E2 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(15, 0, 226).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 93% cyan, 100% magenta, 0% yellow, and 11% black. With a hue angle of 244.0 degrees, it sits comfortably in the blue spectrum.
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#0F00E2
RGB15, 0, 226
HSL244.0°, 100.0%, 44.3%
CMYK93%, 100%, 0%, 11%
HSV244.0°, 100.0%, 88.6%
LAB28.4, 72.4, -98.0
XYZ13.9, 5.6, 72.3
Decimal983266
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.91:1
Text on #FFFFFF
AAA
2.12:1
Text on #000000
FAIL
9.47:1
Text on #F8FAFC
AAA
1.80:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F00E2;
}
.text-color {
color: #0F00E2;
}
.border-color {
border: 2px solid #0F00E2;
}