#1D00F0
A medium, vivid blue closely aligning with Blue.
About #1D00F0
When working with digital screens, the color #1D00F0 is rendered by mixing light. Its closest recognized web color is Blue. In the RGB color space, it consists of 29 red, 0 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 88% C, 100% M, 0% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D00F0
RGB29, 0, 240
HSL247.2°, 100.0%, 47.1%
CMYK88%, 100%, 0%, 6%
HSV247.2°, 100.0%, 94.1%
LAB30.8, 75.8, -102.0
XYZ16.2, 6.6, 82.8
Decimal1900784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.09:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.69:1
Text on #F8FAFC
AAA
1.96:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D00F0;
}
.text-color {
color: #1D00F0;
}
.border-color {
border: 2px solid #1D00F0;
}