#0F0FCC
A medium, vivid blue closely aligning with Mediumblue.
About #0F0FCC
At its core, #0F0FCC is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(15, 15, 204).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 93% C, 93% M, 0% Y, and 20% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F0FCC
RGB15, 15, 204
HSL240.0°, 86.3%, 42.9%
CMYK93%, 93%, 0%, 20%
HSV240.0°, 92.6%, 80.0%
LAB26.2, 63.9, -88.9
XYZ11.3, 4.8, 57.5
Decimal987084
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.71:1
Text on #FFFFFF
AAA
1.96:1
Text on #000000
FAIL
10.24:1
Text on #F8FAFC
AAA
1.67:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0FCC;
}
.text-color {
color: #0F0FCC;
}
.border-color {
border: 2px solid #0F0FCC;
}