#070FFF
A medium, vivid blue closely aligning with Blue.
About #070FFF
When working with digital screens, the color #070FFF is rendered by mixing light. Its closest recognized web color is Blue. In the RGB color space, it consists of 7 red, 15 green, and 255 blue.
If you are designing for print, the four-color process is what matters most. The color uses 97% Cyan, 94% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#070FFF
RGB7, 15, 255
HSL238.1°, 100.0%, 51.4%
CMYK97%, 94%, 0%, 0%
HSV238.1°, 97.3%, 100.0%
LAB33.2, 76.9, -106.4
XYZ18.3, 7.6, 95.1
Decimal462847
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.33:1
Text on #FFFFFF
AAA
2.52:1
Text on #000000
FAIL
7.96:1
Text on #F8FAFC
AAA
2.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #070FFF;
}
.text-color {
color: #070FFF;
}
.border-color {
border: 2px solid #070FFF;
}