Shades of Blue #211BED
Tints of Blue #211BED
RGB
CMYK
RGB Variations
Color information
#211BED (or 0x211BED) is known color: Blue. HEX triplet: 21, 1B and ED. RGB value is (33,27,237). Sum of RGB (Red+Green+Blue) = 33+27+237=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 27 (10.94% from 255 or 9.09% from 297); Blue value is 237 (92.97% from 255 or 79.80% from 297); Max value from RGB is 237 - color contains mainly: blue. Hex color #211BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #211BED is #DEE412. Grayscale: #333333. Windows color (decimal): -14607379 or 15538977. OLE color: 15538977.
HSL color Cylindrical-coordinate representation of color #211BED: hue angle of 241.71º degrees, saturation: 0.85, 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 #211BED is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 27 | 237 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.07 |
| HSL | 241.71º | 0.85% | 0.52% | - |
| HSV(B) | 241.71º | 0.89% | 0.93% | - |
| XYZ | 16.31 | 7.22 | 80.66 | - |
| YUV | 52.73 | 231.99 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 237 | 0.86 | 0.89 | 0 | 0.07 | 241.71 | 0.85 | 0.52 |
| Hex | 21 | 1B | ED | 56 | 59 | 0 | 7 | F2 | 55 | 34 |
| Octal | 41 | 33 | 355 | 126 | 131 | 0 | 7 | 362 | 125 | 64 |
| Binary | 100001 | 11011 | 11101101 | 1010110 | 1011001 | 0 | 111 | 11110010 | 1010101 | 110100 |
Color Harmonies of #211BED
Complementary color
Monochromatic Colors of #211BED
Black with #211BED
Text Example
Text Example
White with #211BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BED; }
p { color: rgb(33,27,237); }
H1.HeaderClassName
{
color: #211BED;
}
.AnyTagClassName
{
color: #211BED;
}
</style>
background-color css
<style>
a { background-color: #211BED; }
a { background-color: rgb(33,27,237); }
div.DivClassName
{
background-color: #211BED;
}
.BgClassName
{
background-color: #211BED;
}
</style>
border-color css
<style>
span { border-color: #211BED; }
span { border-color: rgb(33,27,237); }
td.TdClassName
{
border-color: #211BED;
}
.TagClassName
{
border-color: #211BED;
}
</style>