Shades of Blue #001DF9
Tints of Blue #001DF9
RGB
CMYK
RGB Variations
Color information
#001DF9 (or 0x001DF9) is known color: Blue. HEX triplet: 00, 1D and F9. RGB value is (0,29,249). Sum of RGB (Red+Green+Blue) = 0+29+249=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 249 (97.66% from 255 or 89.57% from 278); Max value from RGB is 249 - color contains mainly: blue. Hex color #001DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001DF9 is #FFE206. Grayscale: #2C2C2C. Windows color (decimal): -16769543 or 16325888. OLE color: 16325888.
HSL color Cylindrical-coordinate representation of color #001DF9: hue angle of 233.01º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DF9 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 29 | 249 | - |
| CMYK | 1 | 0.88 | 0 | 0.02 |
| HSL | 233.01º | 1% | 0.49% | - |
| HSV(B) | 233.01º | 1% | 0.98% | - |
| XYZ | 17.54 | 7.72 | 90.19 | - |
| YUV | 45.41 | 242.89 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 249 | 1 | 0.88 | 0 | 0.02 | 233.01 | 1 | 0.49 |
| Hex | 0 | 1D | F9 | 64 | 58 | 0 | 2 | E9 | 64 | 31 |
| Octal | 0 | 35 | 371 | 144 | 130 | 0 | 2 | 351 | 144 | 61 |
| Binary | 0 | 11101 | 11111001 | 1100100 | 1011000 | 0 | 10 | 11101001 | 1100100 | 110001 |
Color Harmonies of #001DF9
Complementary color
Monochromatic Colors of #001DF9
Black with #001DF9
Text Example
Text Example
White with #001DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DF9; }
p { color: rgb(0,29,249); }
H1.HeaderClassName
{
color: #001DF9;
}
.AnyTagClassName
{
color: #001DF9;
}
</style>
background-color css
<style>
a { background-color: #001DF9; }
a { background-color: rgb(0,29,249); }
div.DivClassName
{
background-color: #001DF9;
}
.BgClassName
{
background-color: #001DF9;
}
</style>
border-color css
<style>
span { border-color: #001DF9; }
span { border-color: rgb(0,29,249); }
td.TdClassName
{
border-color: #001DF9;
}
.TagClassName
{
border-color: #001DF9;
}
</style>