Shades of Medium Blue #211BDE
Tints of Medium Blue #211BDE
RGB
CMYK
RGB Variations
Color information
#211BDE (or 0x211BDE) is known color: Medium Blue. HEX triplet: 21, 1B and DE. RGB value is (33,27,222). Sum of RGB (Red+Green+Blue) = 33+27+222=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #211BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BDE is #DEE421. Grayscale: #323232. Windows color (decimal): -14607394 or 14555937. OLE color: 14555937.
HSL color Cylindrical-coordinate representation of color #211BDE: hue angle of 241.85º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211BDE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 27 | 222 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.13 |
| HSL | 241.85º | 0.78% | 0.49% | - |
| HSV(B) | 241.85º | 0.88% | 0.87% | - |
| XYZ | 14.2 | 6.38 | 69.59 | - |
| YUV | 51.02 | 224.49 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 222 | 0.85 | 0.88 | 0 | 0.13 | 241.85 | 0.78 | 0.49 |
| Hex | 21 | 1B | DE | 55 | 58 | 0 | D | F2 | 4E | 31 |
| Octal | 41 | 33 | 336 | 125 | 130 | 0 | 15 | 362 | 116 | 61 |
| Binary | 100001 | 11011 | 11011110 | 1010101 | 1011000 | 0 | 1101 | 11110010 | 1001110 | 110001 |
Color Harmonies of #211BDE
Complementary color
Monochromatic Colors of #211BDE
Black with #211BDE
Text Example
Text Example
White with #211BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BDE; }
p { color: rgb(33,27,222); }
H1.HeaderClassName
{
color: #211BDE;
}
.AnyTagClassName
{
color: #211BDE;
}
</style>
background-color css
<style>
a { background-color: #211BDE; }
a { background-color: rgb(33,27,222); }
div.DivClassName
{
background-color: #211BDE;
}
.BgClassName
{
background-color: #211BDE;
}
</style>
border-color css
<style>
span { border-color: #211BDE; }
span { border-color: rgb(33,27,222); }
td.TdClassName
{
border-color: #211BDE;
}
.TagClassName
{
border-color: #211BDE;
}
</style>