#1D07FF
A medium, vivid blue closely aligning with Blue.
About #1D07FF
When working with digital screens, the color #1D07FF is rendered by mixing light. It is closely associated with the named CSS color Blue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 7, and 255.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 89% Cyan, 97% Magenta, 0% Yellow, and 0% Black. With a hue angle of 245.3 degrees, it sits comfortably in the blue spectrum.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1D07FF
RGB29, 7, 255
HSL245.3°, 100.0%, 51.4%
CMYK89%, 97%, 0%, 0%
HSV245.3°, 97.3%, 100.0%
LAB33.2, 78.4, -106.3
XYZ18.6, 7.6, 95.1
Decimal1902591
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.31:1
Text on #FFFFFF
AAA
2.53:1
Text on #000000
FAIL
7.94:1
Text on #F8FAFC
AAA
2.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D07FF;
}
.text-color {
color: #1D07FF;
}
.border-color {
border: 2px solid #1D07FF;
}