Shades of Blue #2111EA
Tints of Blue #2111EA
RGB
CMYK
RGB Variations
Color information
#2111EA (or 0x2111EA) is known color: Blue. HEX triplet: 21, 11 and EA. RGB value is (33,17,234). Sum of RGB (Red+Green+Blue) = 33+17+234=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 234 (91.80% from 255 or 82.39% from 284); Max value from RGB is 234 - color contains mainly: blue. Hex color #2111EA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2111EA is #DEEE15. Grayscale: #2D2D2D. Windows color (decimal): -14609942 or 15339809. OLE color: 15339809.
HSL color Cylindrical-coordinate representation of color #2111EA: hue angle of 244.42º 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 #2111EA is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 17 | 234 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.08 |
| HSL | 244.42º | 0.86% | 0.49% | - |
| HSV(B) | 244.42º | 0.93% | 0.92% | - |
| XYZ | 15.68 | 6.66 | 78.3 | - |
| YUV | 46.52 | 233.8 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 234 | 0.86 | 0.93 | 0 | 0.08 | 244.42 | 0.86 | 0.49 |
| Hex | 21 | 11 | EA | 56 | 5D | 0 | 8 | F4 | 56 | 31 |
| Octal | 41 | 21 | 352 | 126 | 135 | 0 | 10 | 364 | 126 | 61 |
| Binary | 100001 | 10001 | 11101010 | 1010110 | 1011101 | 0 | 1000 | 11110100 | 1010110 | 110001 |
Color Harmonies of #2111EA
Complementary color
Monochromatic Colors of #2111EA
Black with #2111EA
Text Example
Text Example
White with #2111EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2111EA; }
p { color: rgb(33,17,234); }
H1.HeaderClassName
{
color: #2111EA;
}
.AnyTagClassName
{
color: #2111EA;
}
</style>
background-color css
<style>
a { background-color: #2111EA; }
a { background-color: rgb(33,17,234); }
div.DivClassName
{
background-color: #2111EA;
}
.BgClassName
{
background-color: #2111EA;
}
</style>
border-color css
<style>
span { border-color: #2111EA; }
span { border-color: rgb(33,17,234); }
td.TdClassName
{
border-color: #2111EA;
}
.TagClassName
{
border-color: #2111EA;
}
</style>