#0F1DE9
A medium, vivid blue closely aligning with Mediumblue.
About #0F1DE9
When working with digital screens, the color #0F1DE9 is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(15, 29, 233).
For print applications, it's crucial to understand its CMYK makeup. The color uses 94% Cyan, 88% Magenta, 0% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
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#0F1DE9
RGB15, 29, 233
HSL236.1°, 87.9%, 48.6%
CMYK94%, 88%, 0%, 9%
HSV236.1°, 93.6%, 91.4%
LAB31.5, 67.5, -96.8
XYZ15.3, 6.9, 77.6
Decimal990697
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.85:1
Text on #FFFFFF
AAA
2.37:1
Text on #000000
FAIL
8.46:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F1DE9;
}
.text-color {
color: #0F1DE9;
}
.border-color {
border: 2px solid #0F1DE9;
}