#070FDB
A medium, vivid blue closely aligning with Mediumblue.
About #070FDB
When working with digital screens, the color #070FDB is rendered by mixing light. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(7, 15, 219).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 97% C, 93% M, 0% Y, and 14% K. 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#070FDB
RGB7, 15, 219
HSL237.7°, 93.8%, 44.3%
CMYK97%, 93%, 0%, 14%
HSV237.7°, 96.8%, 85.9%
LAB28.1, 67.7, -94.4
XYZ13.0, 5.5, 67.4
Decimal462811
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.00:1
Text on #FFFFFF
AAA
2.10:1
Text on #000000
FAIL
9.56:1
Text on #F8FAFC
AAA
1.79:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070FDB;
}
.text-color {
color: #070FDB;
}
.border-color {
border: 2px solid #070FDB;
}