Shades of Blue #2011EA
Tints of Blue #2011EA
RGB
CMYK
RGB Variations
Color information
#2011EA (or 0x2011EA) is known color: Blue. HEX triplet: 20, 11 and EA. RGB value is (32,17,234). Sum of RGB (Red+Green+Blue) = 32+17+234=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 234 (91.80% from 255 or 82.69% from 283); Max value from RGB is 234 - color contains mainly: blue. Hex color #2011EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2011EA is #DFEE15. Grayscale: #2D2D2D. Windows color (decimal): -14675478 or 15339808. OLE color: 15339808.
HSL color Cylindrical-coordinate representation of color #2011EA: hue angle of 244.15º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2011EA is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 17 | 234 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.08 |
| HSL | 244.15º | 0.86% | 0.49% | - |
| HSV(B) | 244.15º | 0.93% | 0.92% | - |
| XYZ | 15.65 | 6.65 | 78.3 | - |
| YUV | 46.22 | 233.97 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 17 | 234 | 0.86 | 0.93 | 0 | 0.08 | 244.15 | 0.86 | 0.49 |
| Hex | 20 | 11 | EA | 56 | 5D | 0 | 8 | F4 | 56 | 31 |
| Octal | 40 | 21 | 352 | 126 | 135 | 0 | 10 | 364 | 126 | 61 |
| Binary | 100000 | 10001 | 11101010 | 1010110 | 1011101 | 0 | 1000 | 11110100 | 1010110 | 110001 |
Color Harmonies of #2011EA
Complementary color
Monochromatic Colors of #2011EA
Black with #2011EA
Text Example
Text Example
White with #2011EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2011EA; }
p { color: rgb(32,17,234); }
H1.HeaderClassName
{
color: #2011EA;
}
.AnyTagClassName
{
color: #2011EA;
}
</style>
background-color css
<style>
a { background-color: #2011EA; }
a { background-color: rgb(32,17,234); }
div.DivClassName
{
background-color: #2011EA;
}
.BgClassName
{
background-color: #2011EA;
}
</style>
border-color css
<style>
span { border-color: #2011EA; }
span { border-color: rgb(32,17,234); }
td.TdClassName
{
border-color: #2011EA;
}
.TagClassName
{
border-color: #2011EA;
}
</style>