Shades of Medium Blue #211DDB
Tints of Medium Blue #211DDB
RGB
CMYK
RGB Variations
Color information
#211DDB (or 0x211DDB) is known color: Medium Blue. HEX triplet: 21, 1D and DB. RGB value is (33,29,219). Sum of RGB (Red+Green+Blue) = 33+29+219=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #211DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DDB is #DEE224. Grayscale: #333333. Windows color (decimal): -14606885 or 14359841. OLE color: 14359841.
HSL color Cylindrical-coordinate representation of color #211DDB: hue angle of 241.26º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #211DDB is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 29 | 219 | - |
| CMYK | 0.85 | 0.87 | 0 | 0.14 |
| HSL | 241.26º | 0.77% | 0.49% | - |
| HSV(B) | 241.26º | 0.87% | 0.86% | - |
| XYZ | 13.85 | 6.32 | 67.51 | - |
| YUV | 51.86 | 222.33 | 114.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 219 | 0.85 | 0.87 | 0 | 0.14 | 241.26 | 0.77 | 0.49 |
| Hex | 21 | 1D | DB | 55 | 57 | 0 | E | F1 | 4D | 31 |
| Octal | 41 | 35 | 333 | 125 | 127 | 0 | 16 | 361 | 115 | 61 |
| Binary | 100001 | 11101 | 11011011 | 1010101 | 1010111 | 0 | 1110 | 11110001 | 1001101 | 110001 |
Color Harmonies of #211DDB
Complementary color
Monochromatic Colors of #211DDB
Black with #211DDB
Text Example
Text Example
White with #211DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211DDB; }
p { color: rgb(33,29,219); }
H1.HeaderClassName
{
color: #211DDB;
}
.AnyTagClassName
{
color: #211DDB;
}
</style>
background-color css
<style>
a { background-color: #211DDB; }
a { background-color: rgb(33,29,219); }
div.DivClassName
{
background-color: #211DDB;
}
.BgClassName
{
background-color: #211DDB;
}
</style>
border-color css
<style>
span { border-color: #211DDB; }
span { border-color: rgb(33,29,219); }
td.TdClassName
{
border-color: #211DDB;
}
.TagClassName
{
border-color: #211DDB;
}
</style>