#070FA8
A dark, vivid blue closely aligning with Darkblue.
About #070FA8
When working with digital screens, the color #070FA8 is rendered by mixing light. Designers often compare it to the standard color Darkblue. In the RGB color space, it consists of 7 red, 15 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 96% C, 91% M, 0% Y, and 34% K. The HSL representation is 237.0° hue, 92.0% saturation, and 34.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#070FA8
RGB7, 15, 168
HSL237.0°, 92.0%, 34.3%
CMYK96%, 91%, 0%, 34%
HSV237.0°, 95.8%, 65.9%
LAB20.9, 53.8, -76.3
XYZ7.3, 3.2, 37.3
Decimal462760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.78:1
Text on #FFFFFF
AAA
1.64:1
Text on #000000
FAIL
12.22:1
Text on #F8FAFC
AAA
1.40:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070FA8;
}
.text-color {
color: #070FA8;
}
.border-color {
border: 2px solid #070FA8;
}