#0F2CDB
A medium, vivid blue closely aligning with Mediumblue.
About #0F2CDB
The precise color #0F2CDB is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 44, and 219.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 93% cyan and 80% magenta inks. The HSL representation is 231.5° hue, 87.2% saturation, and 45.9% lightness.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F2CDB
RGB15, 44, 219
HSL231.5°, 87.2%, 45.9%
CMYK93%, 80%, 0%, 14%
HSV231.5°, 93.2%, 85.9%
LAB31.8, 57.1, -88.2
XYZ13.9, 7.0, 67.6
Decimal994523
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.74:1
Text on #FFFFFF
AAA
2.40:1
Text on #000000
FAIL
8.35:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2CDB;
}
.text-color {
color: #0F2CDB;
}
.border-color {
border: 2px solid #0F2CDB;
}