#0700F0
A medium, vivid blue closely aligning with Blue.
About #0700F0
The hex code #0700F0 represents a beautifully specific shade of blue. Designers often compare it to the standard color Blue. This translates to an RGB value of rgb(7, 0, 240).
Translating this color to physical media requires the CMYK color model. The color uses 97% Cyan, 100% Magenta, 0% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0700F0
RGB7, 0, 240
HSL241.8°, 100.0%, 47.1%
CMYK97%, 100%, 0%, 6%
HSV241.8°, 100.0%, 94.1%
LAB30.2, 75.7, -102.8
XYZ15.8, 6.3, 82.8
Decimal458992
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.26:1
Text on #FFFFFF
AAA
2.27:1
Text on #000000
FAIL
8.85:1
Text on #F8FAFC
AAA
1.93:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0700F0;
}
.text-color {
color: #0700F0;
}
.border-color {
border: 2px solid #0700F0;
}