#070FCC
A medium, vivid blue closely aligning with Mediumblue.
About #070FCC
The precise color #070FCC is an excellent choice for modern design projects. Designers often compare it to the standard color Mediumblue. This translates to an RGB value of rgb(7, 15, 204).
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 93% Magenta, 0% Yellow, and 20% Black. 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. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#070FCC
RGB7, 15, 204
HSL237.6°, 93.4%, 41.4%
CMYK97%, 93%, 0%, 20%
HSV237.6°, 96.6%, 80.0%
LAB26.0, 63.8, -89.2
XYZ11.2, 4.7, 57.5
Decimal462796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.77:1
Text on #FFFFFF
AAA
1.95:1
Text on #000000
FAIL
10.30:1
Text on #F8FAFC
AAA
1.66:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070FCC;
}
.text-color {
color: #070FCC;
}
.border-color {
border: 2px solid #070FCC;
}