Shades of Medium Blue #211BDB
Tints of Medium Blue #211BDB
RGB
CMYK
RGB Variations
Color information
#211BDB (or 0x211BDB) is known color: Medium Blue. HEX triplet: 21, 1B and DB. RGB value is (33,27,219). Sum of RGB (Red+Green+Blue) = 33+27+219=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 219 (85.94% from 255 or 78.49% from 279); Max value from RGB is 219 - color contains mainly: blue. Hex color #211BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BDB is #DEE424. Grayscale: #313131. Windows color (decimal): -14607397 or 14359329. OLE color: 14359329.
HSL color Cylindrical-coordinate representation of color #211BDB: hue angle of 241.88º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211BDB is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 27 | 219 | - |
| CMYK | 0.85 | 0.88 | 0 | 0.14 |
| HSL | 241.88º | 0.78% | 0.48% | - |
| HSV(B) | 241.88º | 0.88% | 0.86% | - |
| XYZ | 13.81 | 6.22 | 67.49 | - |
| YUV | 50.68 | 222.99 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 219 | 0.85 | 0.88 | 0 | 0.14 | 241.88 | 0.78 | 0.48 |
| Hex | 21 | 1B | DB | 55 | 58 | 0 | E | F2 | 4E | 30 |
| Octal | 41 | 33 | 333 | 125 | 130 | 0 | 16 | 362 | 116 | 60 |
| Binary | 100001 | 11011 | 11011011 | 1010101 | 1011000 | 0 | 1110 | 11110010 | 1001110 | 110000 |
Color Harmonies of #211BDB
Complementary color
Monochromatic Colors of #211BDB
Black with #211BDB
Text Example
Text Example
White with #211BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211BDB; }
p { color: rgb(33,27,219); }
H1.HeaderClassName
{
color: #211BDB;
}
.AnyTagClassName
{
color: #211BDB;
}
</style>
background-color css
<style>
a { background-color: #211BDB; }
a { background-color: rgb(33,27,219); }
div.DivClassName
{
background-color: #211BDB;
}
.BgClassName
{
background-color: #211BDB;
}
</style>
border-color css
<style>
span { border-color: #211BDB; }
span { border-color: rgb(33,27,219); }
td.TdClassName
{
border-color: #211BDB;
}
.TagClassName
{
border-color: #211BDB;
}
</style>