#07A8F0
A medium, vivid blue closely aligning with Deepskyblue.
About #07A8F0
At its core, #07A8F0 is a medium and vivid hue. Its closest recognized web color is Deepskyblue. In the RGB color space, it consists of 7 red, 168 green, and 240 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 30% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07A8F0
RGB7, 168, 240
HSL198.5°, 94.3%, 48.4%
CMYK97%, 30%, 0%, 6%
HSV198.5°, 97.1%, 94.1%
LAB65.2, -10.4, -45.9
XYZ29.8, 34.3, 87.5
Decimal502000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.87:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.69:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07A8F0;
}
.text-color {
color: #07A8F0;
}
.border-color {
border: 2px solid #07A8F0;
}