Shades of Blue #2111E6
Tints of Blue #2111E6
RGB
CMYK
RGB Variations
Color information
#2111E6 (or 0x2111E6) is known color: Blue. HEX triplet: 21, 11 and E6. RGB value is (33,17,230). Sum of RGB (Red+Green+Blue) = 33+17+230=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 230 (90.23% from 255 or 82.14% from 280); Max value from RGB is 230 - color contains mainly: blue. Hex color #2111E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2111E6 is #DEEE19. Grayscale: #2D2D2D. Windows color (decimal): -14609946 or 15077665. OLE color: 15077665.
HSL color Cylindrical-coordinate representation of color #2111E6: hue angle of 244.51º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2111E6 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 17 | 230 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.10 |
| HSL | 244.51º | 0.86% | 0.48% | - |
| HSV(B) | 244.51º | 0.93% | 0.9% | - |
| XYZ | 15.11 | 6.44 | 75.31 | - |
| YUV | 46.07 | 231.8 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 17 | 230 | 0.86 | 0.93 | 0 | 0.10 | 244.51 | 0.86 | 0.48 |
| Hex | 21 | 11 | E6 | 56 | 5D | 0 | A | F5 | 56 | 30 |
| Octal | 41 | 21 | 346 | 126 | 135 | 0 | 12 | 365 | 126 | 60 |
| Binary | 100001 | 10001 | 11100110 | 1010110 | 1011101 | 0 | 1010 | 11110101 | 1010110 | 110000 |
Color Harmonies of #2111E6
Complementary color
Monochromatic Colors of #2111E6
Black with #2111E6
Text Example
Text Example
White with #2111E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2111E6; }
p { color: rgb(33,17,230); }
H1.HeaderClassName
{
color: #2111E6;
}
.AnyTagClassName
{
color: #2111E6;
}
</style>
background-color css
<style>
a { background-color: #2111E6; }
a { background-color: rgb(33,17,230); }
div.DivClassName
{
background-color: #2111E6;
}
.BgClassName
{
background-color: #2111E6;
}
</style>
border-color css
<style>
span { border-color: #2111E6; }
span { border-color: rgb(33,17,230); }
td.TdClassName
{
border-color: #2111E6;
}
.TagClassName
{
border-color: #2111E6;
}
</style>