Shades of Blue #011EEE
Tints of Blue #011EEE
RGB
CMYK
RGB Variations
Color information
#011EEE (or 0x011EEE) is known color: Blue. HEX triplet: 01, 1E and EE. RGB value is (1,30,238). Sum of RGB (Red+Green+Blue) = 1+30+238=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 30 (12.11% from 255 or 11.15% from 269); Blue value is 238 (93.36% from 255 or 88.48% from 269); Max value from RGB is 238 - color contains mainly: blue. Hex color #011EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #011EEE is #FEE111. Grayscale: #2C2C2C. Windows color (decimal): -16703762 or 15605249. OLE color: 15605249.
HSL color Cylindrical-coordinate representation of color #011EEE: hue angle of 232.66º 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 #011EEE is Cyan = 1.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 30 | 238 | - |
| CMYK | 1.00 | 0.87 | 0 | 0.07 |
| HSL | 232.66º | 0.99% | 0.47% | - |
| HSV(B) | 232.66º | 1% | 0.93% | - |
| XYZ | 15.91 | 7.11 | 81.42 | - |
| YUV | 45.04 | 236.89 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 238 | 1.00 | 0.87 | 0 | 0.07 | 232.66 | 0.99 | 0.47 |
| Hex | 1 | 1E | EE | 64 | 57 | 0 | 7 | E9 | 63 | 2F |
| Octal | 1 | 36 | 356 | 144 | 127 | 0 | 7 | 351 | 143 | 57 |
| Binary | 1 | 11110 | 11101110 | 1100100 | 1010111 | 0 | 111 | 11101001 | 1100011 | 101111 |
Color Harmonies of #011EEE
Complementary color
Monochromatic Colors of #011EEE
Black with #011EEE
Text Example
Text Example
White with #011EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011EEE; }
p { color: rgb(1,30,238); }
H1.HeaderClassName
{
color: #011EEE;
}
.AnyTagClassName
{
color: #011EEE;
}
</style>
background-color css
<style>
a { background-color: #011EEE; }
a { background-color: rgb(1,30,238); }
div.DivClassName
{
background-color: #011EEE;
}
.BgClassName
{
background-color: #011EEE;
}
</style>
border-color css
<style>
span { border-color: #011EEE; }
span { border-color: rgb(1,30,238); }
td.TdClassName
{
border-color: #011EEE;
}
.TagClassName
{
border-color: #011EEE;
}
</style>