Shades of Blue #001DFE
Tints of Blue #001DFE
RGB
CMYK
RGB Variations
Color information
#001DFE (or 0x001DFE) is known color: Blue. HEX triplet: 00, 1D and FE. RGB value is (0,29,254). Sum of RGB (Red+Green+Blue) = 0+29+254=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 254 (99.61% from 255 or 89.75% from 283); Max value from RGB is 254 - color contains mainly: blue. Hex color #001DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001DFE is #FFE201. Grayscale: #2D2D2D. Windows color (decimal): -16769538 or 16653568. OLE color: 16653568.
HSL color Cylindrical-coordinate representation of color #001DFE: hue angle of 233.15º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001DFE is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 29 | 254 | - |
| CMYK | 1 | 0.89 | 0 | 0.00 |
| HSL | 233.15º | 1% | 0.5% | - |
| HSV(B) | 233.15º | 1% | 1% | - |
| XYZ | 18.33 | 8.03 | 94.35 | - |
| YUV | 45.98 | 245.39 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 254 | 1 | 0.89 | 0 | 0.00 | 233.15 | 1 | 0.5 |
| Hex | 0 | 1D | FE | 64 | 59 | 0 | 0 | E9 | 64 | 32 |
| Octal | 0 | 35 | 376 | 144 | 131 | 0 | 0 | 351 | 144 | 62 |
| Binary | 0 | 11101 | 11111110 | 1100100 | 1011001 | 0 | 0 | 11101001 | 1100100 | 110010 |
Color Harmonies of #001DFE
Complementary color
Monochromatic Colors of #001DFE
Black with #001DFE
Text Example
Text Example
White with #001DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DFE; }
p { color: rgb(0,29,254); }
H1.HeaderClassName
{
color: #001DFE;
}
.AnyTagClassName
{
color: #001DFE;
}
</style>
background-color css
<style>
a { background-color: #001DFE; }
a { background-color: rgb(0,29,254); }
div.DivClassName
{
background-color: #001DFE;
}
.BgClassName
{
background-color: #001DFE;
}
</style>
border-color css
<style>
span { border-color: #001DFE; }
span { border-color: rgb(0,29,254); }
td.TdClassName
{
border-color: #001DFE;
}
.TagClassName
{
border-color: #001DFE;
}
</style>