#070FD3
A medium, vivid blue closely aligning with Mediumblue.
About #070FD3
The hex code #070FD3 represents a beautifully specific shade of blue. Designers often compare it to the standard color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 15, and 211.
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 93% Magenta, 0% Yellow, and 17% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#070FD3
RGB7, 15, 211
HSL237.6°, 93.6%, 42.7%
CMYK97%, 93%, 0%, 17%
HSV237.6°, 96.7%, 82.7%
LAB27.0, 65.6, -91.6
XYZ12.0, 5.1, 62.0
Decimal462803
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.41:1
Text on #FFFFFF
AAA
2.02:1
Text on #000000
FAIL
9.95:1
Text on #F8FAFC
AAA
1.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070FD3;
}
.text-color {
color: #070FD3;
}
.border-color {
border: 2px solid #070FD3;
}