Shades of Blue #211AEE
Tints of Blue #211AEE
RGB
CMYK
RGB Variations
Color information
#211AEE (or 0x211AEE) is known color: Blue. HEX triplet: 21, 1A and EE. RGB value is (33,26,238). Sum of RGB (Red+Green+Blue) = 33+26+238=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 238 (93.36% from 255 or 80.13% from 297); Max value from RGB is 238 - color contains mainly: blue. Hex color #211AEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211AEE is #DEE511. Grayscale: #333333. Windows color (decimal): -14607634 or 15604257. OLE color: 15604257.
HSL color Cylindrical-coordinate representation of color #211AEE: hue angle of 241.98º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #211AEE is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 26 | 238 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.07 |
| HSL | 241.98º | 0.86% | 0.52% | - |
| HSV(B) | 241.98º | 0.89% | 0.93% | - |
| XYZ | 16.43 | 7.24 | 81.42 | - |
| YUV | 52.26 | 232.82 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 238 | 0.86 | 0.89 | 0 | 0.07 | 241.98 | 0.86 | 0.52 |
| Hex | 21 | 1A | EE | 56 | 59 | 0 | 7 | F2 | 56 | 34 |
| Octal | 41 | 32 | 356 | 126 | 131 | 0 | 7 | 362 | 126 | 64 |
| Binary | 100001 | 11010 | 11101110 | 1010110 | 1011001 | 0 | 111 | 11110010 | 1010110 | 110100 |
Color Harmonies of #211AEE
Complementary color
Monochromatic Colors of #211AEE
Black with #211AEE
Text Example
Text Example
White with #211AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211AEE; }
p { color: rgb(33,26,238); }
H1.HeaderClassName
{
color: #211AEE;
}
.AnyTagClassName
{
color: #211AEE;
}
</style>
background-color css
<style>
a { background-color: #211AEE; }
a { background-color: rgb(33,26,238); }
div.DivClassName
{
background-color: #211AEE;
}
.BgClassName
{
background-color: #211AEE;
}
</style>
border-color css
<style>
span { border-color: #211AEE; }
span { border-color: rgb(33,26,238); }
td.TdClassName
{
border-color: #211AEE;
}
.TagClassName
{
border-color: #211AEE;
}
</style>