#1D07F0
A medium, vivid blue closely aligning with Blue.
About #1D07F0
Visually, #1D07F0 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Blue. This translates to an RGB value of rgb(29, 7, 240).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 88% Cyan, 97% Magenta, 0% Yellow, and 6% Black. The HSL representation is 245.7° hue, 94.3% saturation, and 48.4% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1D07F0
RGB29, 7, 240
HSL245.7°, 94.3%, 48.4%
CMYK88%, 97%, 0%, 6%
HSV245.7°, 97.1%, 94.1%
LAB31.1, 74.7, -101.4
XYZ16.3, 6.7, 82.9
Decimal1902576
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.97:1
Text on #FFFFFF
AAA
2.34:1
Text on #000000
FAIL
8.57:1
Text on #F8FAFC
AAA
1.99:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D07F0;
}
.text-color {
color: #1D07F0;
}
.border-color {
border: 2px solid #1D07F0;
}