#0F0FE2
A medium, vivid blue closely aligning with Mediumblue.
About #0F0FE2
The precise color #0F0FE2 is an excellent choice for modern design projects. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 15, and 226.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 93% C, 93% M, 0% Y, and 11% K. The HSL representation is 240.0° hue, 87.6% saturation, and 47.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F0FE2
RGB15, 15, 226
HSL240.0°, 87.6%, 47.3%
CMYK93%, 93%, 0%, 11%
HSV240.0°, 93.4%, 88.6%
LAB29.2, 69.6, -96.5
XYZ14.1, 5.9, 72.4
Decimal987106
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.60:1
Text on #FFFFFF
AAA
2.19:1
Text on #000000
FAIL
9.18:1
Text on #F8FAFC
AAA
1.86:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0FE2;
}
.text-color {
color: #0F0FE2;
}
.border-color {
border: 2px solid #0F0FE2;
}