Shades of Blue #211CEC
Tints of Blue #211CEC
RGB
CMYK
RGB Variations
Color information
#211CEC (or 0x211CEC) is known color: Blue. HEX triplet: 21, 1C and EC. RGB value is (33,28,236). Sum of RGB (Red+Green+Blue) = 33+28+236=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 236 (92.58% from 255 or 79.46% from 297); Max value from RGB is 236 - color contains mainly: blue. Hex color #211CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211CEC is #DEE313. Grayscale: #343434. Windows color (decimal): -14607124 or 15473697. OLE color: 15473697.
HSL color Cylindrical-coordinate representation of color #211CEC: hue angle of 241.44º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211CEC is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 28 | 236 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.07 |
| HSL | 241.44º | 0.85% | 0.52% | - |
| HSV(B) | 241.44º | 0.88% | 0.93% | - |
| XYZ | 16.18 | 7.21 | 79.9 | - |
| YUV | 53.21 | 231.16 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 28 | 236 | 0.86 | 0.88 | 0 | 0.07 | 241.44 | 0.85 | 0.52 |
| Hex | 21 | 1C | EC | 56 | 58 | 0 | 7 | F1 | 55 | 34 |
| Octal | 41 | 34 | 354 | 126 | 130 | 0 | 7 | 361 | 125 | 64 |
| Binary | 100001 | 11100 | 11101100 | 1010110 | 1011000 | 0 | 111 | 11110001 | 1010101 | 110100 |
Color Harmonies of #211CEC
Complementary color
Monochromatic Colors of #211CEC
Black with #211CEC
Text Example
Text Example
White with #211CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211CEC; }
p { color: rgb(33,28,236); }
H1.HeaderClassName
{
color: #211CEC;
}
.AnyTagClassName
{
color: #211CEC;
}
</style>
background-color css
<style>
a { background-color: #211CEC; }
a { background-color: rgb(33,28,236); }
div.DivClassName
{
background-color: #211CEC;
}
.BgClassName
{
background-color: #211CEC;
}
</style>
border-color css
<style>
span { border-color: #211CEC; }
span { border-color: rgb(33,28,236); }
td.TdClassName
{
border-color: #211CEC;
}
.TagClassName
{
border-color: #211CEC;
}
</style>