Shades of Blue #011EED
Tints of Blue #011EED
RGB
CMYK
RGB Variations
Color information
#011EED (or 0x011EED) is known color: Blue. HEX triplet: 01, 1E and ED. RGB value is (1,30,237). Sum of RGB (Red+Green+Blue) = 1+30+237=268 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 237 (92.97% from 255 or 88.43% from 268); Max value from RGB is 237 - color contains mainly: blue. Hex color #011EED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011EED is #FEE112. Grayscale: #2C2C2C. Windows color (decimal): -16703763 or 15539713. OLE color: 15539713.
HSL color Cylindrical-coordinate representation of color #011EED: hue angle of 232.63º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #011EED is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 30 | 237 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.07 |
| HSL | 232.63º | 0.99% | 0.47% | - |
| HSV(B) | 232.63º | 1% | 0.93% | - |
| XYZ | 15.76 | 7.05 | 80.65 | - |
| YUV | 44.93 | 236.39 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 237 | 1.00 | 0.87 | 0 | 0.07 | 232.63 | 0.99 | 0.47 |
| Hex | 1 | 1E | ED | 64 | 57 | 0 | 7 | E9 | 63 | 2F |
| Octal | 1 | 36 | 355 | 144 | 127 | 0 | 7 | 351 | 143 | 57 |
| Binary | 1 | 11110 | 11101101 | 1100100 | 1010111 | 0 | 111 | 11101001 | 1100011 | 101111 |
Color Harmonies of #011EED
Complementary color
Monochromatic Colors of #011EED
Black with #011EED
Text Example
Text Example
White with #011EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011EED; }
p { color: rgb(1,30,237); }
H1.HeaderClassName
{
color: #011EED;
}
.AnyTagClassName
{
color: #011EED;
}
</style>
background-color css
<style>
a { background-color: #011EED; }
a { background-color: rgb(1,30,237); }
div.DivClassName
{
background-color: #011EED;
}
.BgClassName
{
background-color: #011EED;
}
</style>
border-color css
<style>
span { border-color: #011EED; }
span { border-color: rgb(1,30,237); }
td.TdClassName
{
border-color: #011EED;
}
.TagClassName
{
border-color: #011EED;
}
</style>