#0F0FD3
A medium, vivid blue closely aligning with Mediumblue.
About #0F0FD3
The precise color #0F0FD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(15, 15, 211).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 93% cyan and 93% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F0FD3
RGB15, 15, 211
HSL240.0°, 86.7%, 44.3%
CMYK93%, 93%, 0%, 17%
HSV240.0°, 92.9%, 82.7%
LAB27.1, 65.7, -91.4
XYZ12.1, 5.1, 62.0
Decimal987091
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.35:1
Text on #FFFFFF
AAA
2.03:1
Text on #000000
FAIL
9.89:1
Text on #F8FAFC
AAA
1.73:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F0FD3;
}
.text-color {
color: #0F0FD3;
}
.border-color {
border: 2px solid #0F0FD3;
}