#0700F8
A medium, vivid blue closely aligning with Blue.
About #0700F8
The precise color #0700F8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Blue. In the RGB color space, it consists of 7 red, 0 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 97% Cyan, 100% Magenta, 0% Yellow, and 3% Black. The HSL representation is 241.7° hue, 100.0% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0700F8
RGB7, 0, 248
HSL241.7°, 100.0%, 48.6%
CMYK97%, 100%, 0%, 3%
HSV241.7°, 100.0%, 97.3%
LAB31.4, 77.6, -105.4
XYZ17.0, 6.8, 89.2
Decimal459000
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.88:1
Text on #FFFFFF
AAA
2.36:1
Text on #000000
FAIL
8.49:1
Text on #F8FAFC
AAA
2.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0700F8;
}
.text-color {
color: #0700F8;
}
.border-color {
border: 2px solid #0700F8;
}