#070FC5
A medium, vivid blue closely aligning with Mediumblue.
About #070FC5
At its core, #070FC5 is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. Its digital footprint relies on 7 parts red, 15 parts green, and 197 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 96% C, 92% M, 0% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#070FC5
RGB7, 15, 197
HSL237.5°, 93.1%, 40.0%
CMYK96%, 92%, 0%, 23%
HSV237.5°, 96.4%, 77.3%
LAB25.0, 61.9, -86.8
XYZ10.3, 4.4, 53.1
Decimal462789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.15:1
Text on #FFFFFF
AAA
1.88:1
Text on #000000
FAIL
10.66:1
Text on #F8FAFC
AAA
1.60:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070FC5;
}
.text-color {
color: #070FC5;
}
.border-color {
border: 2px solid #070FC5;
}