Shades of Blue #001DFD
Tints of Blue #001DFD
RGB
CMYK
RGB Variations
Color information
#001DFD (or 0x001DFD) is known color: Blue. HEX triplet: 00, 1D and FD. RGB value is (0,29,253). Sum of RGB (Red+Green+Blue) = 0+29+253=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 253 (99.22% from 255 or 89.72% from 282); Max value from RGB is 253 - color contains mainly: blue. Hex color #001DFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001DFD is #FFE202. Grayscale: #2C2C2C. Windows color (decimal): -16769539 or 16588032. OLE color: 16588032.
HSL color Cylindrical-coordinate representation of color #001DFD: hue angle of 233.12º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DFD is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 29 | 253 | - |
| CMYK | 1 | 0.89 | 0 | 0.01 |
| HSL | 233.12º | 1% | 0.5% | - |
| HSV(B) | 233.12º | 1% | 0.99% | - |
| XYZ | 18.17 | 7.97 | 93.51 | - |
| YUV | 45.87 | 244.89 | 95.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 253 | 1 | 0.89 | 0 | 0.01 | 233.12 | 1 | 0.5 |
| Hex | 0 | 1D | FD | 64 | 59 | 0 | 1 | E9 | 64 | 32 |
| Octal | 0 | 35 | 375 | 144 | 131 | 0 | 1 | 351 | 144 | 62 |
| Binary | 0 | 11101 | 11111101 | 1100100 | 1011001 | 0 | 1 | 11101001 | 1100100 | 110010 |
Color Harmonies of #001DFD
Complementary color
Monochromatic Colors of #001DFD
Black with #001DFD
Text Example
Text Example
White with #001DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DFD; }
p { color: rgb(0,29,253); }
H1.HeaderClassName
{
color: #001DFD;
}
.AnyTagClassName
{
color: #001DFD;
}
</style>
background-color css
<style>
a { background-color: #001DFD; }
a { background-color: rgb(0,29,253); }
div.DivClassName
{
background-color: #001DFD;
}
.BgClassName
{
background-color: #001DFD;
}
</style>
border-color css
<style>
span { border-color: #001DFD; }
span { border-color: rgb(0,29,253); }
td.TdClassName
{
border-color: #001DFD;
}
.TagClassName
{
border-color: #001DFD;
}
</style>