#07A0E2
A medium, vivid blue closely aligning with Deepskyblue.
About #07A0E2
The hex code #07A0E2 represents a beautifully specific shade of blue. It is closely associated with the named CSS color Deepskyblue. In the RGB color space, it consists of 7 red, 160 green, and 226 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 97% Cyan, 29% Magenta, 0% Yellow, and 11% Black. With a hue angle of 198.1 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07A0E2
RGB7, 160, 226
HSL198.1°, 94.0%, 45.7%
CMYK97%, 29%, 0%, 11%
HSV198.1°, 96.9%, 88.6%
LAB62.2, -11.0, -42.9
XYZ26.4, 30.7, 76.5
Decimal499938
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.94:1
Text on #FFFFFF
FAIL
7.14:1
Text on #000000
AAA
2.81:1
Text on #F8FAFC
FAIL
6.07:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A0E2;
}
.text-color {
color: #07A0E2;
}
.border-color {
border: 2px solid #07A0E2;
}