Shades of Blue #2011E8
Tints of Blue #2011E8
RGB
CMYK
RGB Variations
Color information
#2011E8 (or 0x2011E8) is known color: Blue. HEX triplet: 20, 11 and E8. RGB value is (32,17,232). Sum of RGB (Red+Green+Blue) = 32+17+232=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 232 (91.02% from 255 or 82.56% from 281); Max value from RGB is 232 - color contains mainly: blue. Hex color #2011E8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2011E8 is #DFEE17. Grayscale: #2D2D2D. Windows color (decimal): -14675480 or 15208736. OLE color: 15208736.
HSL color Cylindrical-coordinate representation of color #2011E8: hue angle of 244.19º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2011E8 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 17 | 232 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.09 |
| HSL | 244.19º | 0.86% | 0.49% | - |
| HSV(B) | 244.19º | 0.93% | 0.91% | - |
| XYZ | 15.36 | 6.53 | 76.8 | - |
| YUV | 46 | 232.97 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 232 | 0.86 | 0.93 | 0 | 0.09 | 244.19 | 0.86 | 0.49 |
| Hex | 20 | 11 | E8 | 56 | 5D | 0 | 9 | F4 | 56 | 31 |
| Octal | 40 | 21 | 350 | 126 | 135 | 0 | 11 | 364 | 126 | 61 |
| Binary | 100000 | 10001 | 11101000 | 1010110 | 1011101 | 0 | 1001 | 11110100 | 1010110 | 110001 |
Color Harmonies of #2011E8
Complementary color
Monochromatic Colors of #2011E8
Black with #2011E8
Text Example
Text Example
White with #2011E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011E8; }
p { color: rgb(32,17,232); }
H1.HeaderClassName
{
color: #2011E8;
}
.AnyTagClassName
{
color: #2011E8;
}
</style>
background-color css
<style>
a { background-color: #2011E8; }
a { background-color: rgb(32,17,232); }
div.DivClassName
{
background-color: #2011E8;
}
.BgClassName
{
background-color: #2011E8;
}
</style>
border-color css
<style>
span { border-color: #2011E8; }
span { border-color: rgb(32,17,232); }
td.TdClassName
{
border-color: #2011E8;
}
.TagClassName
{
border-color: #2011E8;
}
</style>