#0F2CF0
A medium, vivid blue closely aligning with Mediumblue.
About #0F2CF0
The precise color #0F2CF0 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 15 red, 44 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 94% cyan, 82% magenta, 0% yellow, and 6% black. With a hue angle of 232.3 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F2CF0
RGB15, 44, 240
HSL232.3°, 88.2%, 50.0%
CMYK94%, 82%, 0%, 6%
HSV232.3°, 93.8%, 94.1%
LAB34.4, 63.6, -95.9
XYZ16.8, 8.2, 83.1
Decimal994544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.96:1
Text on #FFFFFF
AAA
2.64:1
Text on #000000
FAIL
7.61:1
Text on #F8FAFC
AAA
2.24:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2CF0;
}
.text-color {
color: #0F2CF0;
}
.border-color {
border: 2px solid #0F2CF0;
}