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