#000FE2
A medium, vivid blue closely aligning with Mediumblue.
About #000FE2
The hex code #000FE2 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 0 red, 15 green, and 226 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 100% cyan, 93% magenta, 0% yellow, and 11% black. The HSL representation is 236.0° hue, 100.0% saturation, and 44.3% lightness.
When using this color as a background, text legibility must be considered. 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#000FE2
RGB0, 15, 226
HSL236.0°, 100.0%, 44.3%
CMYK100%, 93%, 0%, 11%
HSV236.0°, 100.0%, 88.6%
LAB29.0, 69.5, -97.0
XYZ13.9, 5.8, 72.3
Decimal4066
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.69:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.26:1
Text on #F8FAFC
AAA
1.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000FE2;
}
.text-color {
color: #000FE2;
}
.border-color {
border: 2px solid #000FE2;
}