Shades of Blue #011DFF
Tints of Blue #011DFF
RGB
CMYK
RGB Variations
Color information
#011DFF (or 0x011DFF) is known color: Blue. HEX triplet: 01, 1D and FF. RGB value is (1,29,255). Sum of RGB (Red+Green+Blue) = 1+29+255=285 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 255 (100% from 255 or 89.47% from 285); Max value from RGB is 255 - color contains mainly: blue. Hex color #011DFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011DFF is #FEE200. Grayscale: #2D2D2D. Windows color (decimal): -16704001 or 16719105. OLE color: 16719105.
HSL color Cylindrical-coordinate representation of color #011DFF: hue angle of 233.39º 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 #011DFF is Cyan = 1.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 29 | 255 | - |
| CMYK | 1.00 | 0.89 | 0 | 0 |
| HSL | 233.39º | 1% | 0.5% | - |
| HSV(B) | 233.39º | 1% | 1% | - |
| XYZ | 18.5 | 8.11 | 95.2 | - |
| YUV | 46.39 | 245.72 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 29 | 255 | 1.00 | 0.89 | 0 | 0 | 233.39 | 1 | 0.5 |
| Hex | 1 | 1D | FF | 64 | 59 | 0 | 0 | E9 | 64 | 32 |
| Octal | 1 | 35 | 377 | 144 | 131 | 0 | 0 | 351 | 144 | 62 |
| Binary | 1 | 11101 | 11111111 | 1100100 | 1011001 | 0 | 0 | 11101001 | 1100100 | 110010 |
Color Harmonies of #011DFF
Complementary color
Monochromatic Colors of #011DFF
Black with #011DFF
Text Example
Text Example
White with #011DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011DFF; }
p { color: rgb(1,29,255); }
H1.HeaderClassName
{
color: #011DFF;
}
.AnyTagClassName
{
color: #011DFF;
}
</style>
background-color css
<style>
a { background-color: #011DFF; }
a { background-color: rgb(1,29,255); }
div.DivClassName
{
background-color: #011DFF;
}
.BgClassName
{
background-color: #011DFF;
}
</style>
border-color css
<style>
span { border-color: #011DFF; }
span { border-color: rgb(1,29,255); }
td.TdClassName
{
border-color: #011DFF;
}
.TagClassName
{
border-color: #011DFF;
}
</style>