Shades of Blue #011DFC
Tints of Blue #011DFC
RGB
CMYK
RGB Variations
Color information
#011DFC (or 0x011DFC) is known color: Blue. HEX triplet: 01, 1D and FC. RGB value is (1,29,252). Sum of RGB (Red+Green+Blue) = 1+29+252=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 252 (98.83% from 255 or 89.36% from 282); Max value from RGB is 252 - color contains mainly: blue. Hex color #011DFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011DFC is #FEE203. Grayscale: #2D2D2D. Windows color (decimal): -16704004 or 16522497. OLE color: 16522497.
HSL color Cylindrical-coordinate representation of color #011DFC: hue angle of 233.31º 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 #011DFC is Cyan = 1.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 29 | 252 | - |
| CMYK | 1.00 | 0.88 | 0 | 0.01 |
| HSL | 233.31º | 0.99% | 0.5% | - |
| HSV(B) | 233.31º | 1% | 0.99% | - |
| XYZ | 18.02 | 7.91 | 92.67 | - |
| YUV | 46.05 | 244.22 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 252 | 1.00 | 0.88 | 0 | 0.01 | 233.31 | 0.99 | 0.5 |
| Hex | 1 | 1D | FC | 64 | 58 | 0 | 1 | E9 | 63 | 32 |
| Octal | 1 | 35 | 374 | 144 | 130 | 0 | 1 | 351 | 143 | 62 |
| Binary | 1 | 11101 | 11111100 | 1100100 | 1011000 | 0 | 1 | 11101001 | 1100011 | 110010 |
Color Harmonies of #011DFC
Complementary color
Monochromatic Colors of #011DFC
Black with #011DFC
Text Example
Text Example
White with #011DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DFC; }
p { color: rgb(1,29,252); }
H1.HeaderClassName
{
color: #011DFC;
}
.AnyTagClassName
{
color: #011DFC;
}
</style>
background-color css
<style>
a { background-color: #011DFC; }
a { background-color: rgb(1,29,252); }
div.DivClassName
{
background-color: #011DFC;
}
.BgClassName
{
background-color: #011DFC;
}
</style>
border-color css
<style>
span { border-color: #011DFC; }
span { border-color: rgb(1,29,252); }
td.TdClassName
{
border-color: #011DFC;
}
.TagClassName
{
border-color: #011DFC;
}
</style>