Shades of Blue #211BEB
Tints of Blue #211BEB
RGB
CMYK
RGB Variations
Color information
#211BEB (or 0x211BEB) is known color: Blue. HEX triplet: 21, 1B and EB. RGB value is (33,27,235). Sum of RGB (Red+Green+Blue) = 33+27+235=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 27 (10.94% from 255 or 9.15% from 295); Blue value is 235 (92.19% from 255 or 79.66% from 295); Max value from RGB is 235 - color contains mainly: blue. Hex color #211BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211BEB is #DEE414. Grayscale: #333333. Windows color (decimal): -14607381 or 15407905. OLE color: 15407905.
HSL color Cylindrical-coordinate representation of color #211BEB: hue angle of 241.73º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #211BEB is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 27 | 235 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.08 |
| HSL | 241.73º | 0.84% | 0.51% | - |
| HSV(B) | 241.73º | 0.89% | 0.92% | - |
| XYZ | 16.01 | 7.11 | 79.12 | - |
| YUV | 52.51 | 230.99 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 235 | 0.86 | 0.89 | 0 | 0.08 | 241.73 | 0.84 | 0.51 |
| Hex | 21 | 1B | EB | 56 | 59 | 0 | 8 | F2 | 54 | 33 |
| Octal | 41 | 33 | 353 | 126 | 131 | 0 | 10 | 362 | 124 | 63 |
| Binary | 100001 | 11011 | 11101011 | 1010110 | 1011001 | 0 | 1000 | 11110010 | 1010100 | 110011 |
Color Harmonies of #211BEB
Complementary color
Monochromatic Colors of #211BEB
Black with #211BEB
Text Example
Text Example
White with #211BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BEB; }
p { color: rgb(33,27,235); }
H1.HeaderClassName
{
color: #211BEB;
}
.AnyTagClassName
{
color: #211BEB;
}
</style>
background-color css
<style>
a { background-color: #211BEB; }
a { background-color: rgb(33,27,235); }
div.DivClassName
{
background-color: #211BEB;
}
.BgClassName
{
background-color: #211BEB;
}
</style>
border-color css
<style>
span { border-color: #211BEB; }
span { border-color: rgb(33,27,235); }
td.TdClassName
{
border-color: #211BEB;
}
.TagClassName
{
border-color: #211BEB;
}
</style>