#07A8E9
A medium, vivid blue closely aligning with Deepskyblue.
About #07A8E9
Visually, #07A8E9 is defined as a vivid blue. It is closely associated with the named CSS color Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 168, and 233.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 28% M, 0% Y, and 9% 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07A8E9
RGB7, 168, 233
HSL197.3°, 94.2%, 47.1%
CMYK97%, 28%, 0%, 9%
HSV197.3°, 97.0%, 91.4%
LAB64.9, -12.9, -42.6
XYZ28.8, 33.9, 82.1
Decimal501993
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.70:1
Text on #FFFFFF
FAIL
7.79:1
Text on #000000
AAA
2.58:1
Text on #F8FAFC
FAIL
6.62:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A8E9;
}
.text-color {
color: #07A8E9;
}
.border-color {
border: 2px solid #07A8E9;
}