Shades of Blue #001DFB
Tints of Blue #001DFB
RGB
CMYK
RGB Variations
Color information
#001DFB (or 0x001DFB) is known color: Blue. HEX triplet: 00, 1D and FB. RGB value is (0,29,251). Sum of RGB (Red+Green+Blue) = 0+29+251=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 251 (98.44% from 255 or 89.64% from 280); Max value from RGB is 251 - color contains mainly: blue. Hex color #001DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001DFB is #FFE204. Grayscale: #2C2C2C. Windows color (decimal): -16769541 or 16456960. OLE color: 16456960.
HSL color Cylindrical-coordinate representation of color #001DFB: hue angle of 233.07º 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 #001DFB is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 29 | 251 | - |
| CMYK | 1 | 0.88 | 0 | 0.02 |
| HSL | 233.07º | 1% | 0.49% | - |
| HSV(B) | 233.07º | 1% | 0.98% | - |
| XYZ | 17.85 | 7.84 | 91.84 | - |
| YUV | 45.64 | 243.89 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 251 | 1 | 0.88 | 0 | 0.02 | 233.07 | 1 | 0.49 |
| Hex | 0 | 1D | FB | 64 | 58 | 0 | 2 | E9 | 64 | 31 |
| Octal | 0 | 35 | 373 | 144 | 130 | 0 | 2 | 351 | 144 | 61 |
| Binary | 0 | 11101 | 11111011 | 1100100 | 1011000 | 0 | 10 | 11101001 | 1100100 | 110001 |
Color Harmonies of #001DFB
Complementary color
Monochromatic Colors of #001DFB
Black with #001DFB
Text Example
Text Example
White with #001DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001DFB; }
p { color: rgb(0,29,251); }
H1.HeaderClassName
{
color: #001DFB;
}
.AnyTagClassName
{
color: #001DFB;
}
</style>
background-color css
<style>
a { background-color: #001DFB; }
a { background-color: rgb(0,29,251); }
div.DivClassName
{
background-color: #001DFB;
}
.BgClassName
{
background-color: #001DFB;
}
</style>
border-color css
<style>
span { border-color: #001DFB; }
span { border-color: rgb(0,29,251); }
td.TdClassName
{
border-color: #001DFB;
}
.TagClassName
{
border-color: #001DFB;
}
</style>