#0F00D3
A medium, vivid blue closely aligning with Mediumblue.
About #0F00D3
The hex code #0F00D3 represents a beautifully specific shade of blue. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 15 red, 0 green, and 211 blue.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 93% cyan and 100% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F00D3
RGB15, 0, 211
HSL244.3°, 100.0%, 41.4%
CMYK93%, 100%, 0%, 17%
HSV244.3°, 100.0%, 82.7%
LAB26.2, 68.7, -93.0
XYZ12.0, 4.8, 61.9
Decimal983251
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: #0F00D3;
}
.text-color {
color: #0F00D3;
}
.border-color {
border: 2px solid #0F00D3;
}