Shades of Persian Blue #211EDB
Tints of Persian Blue #211EDB
RGB
CMYK
RGB Variations
Color information
#211EDB (or 0x211EDB) is known color: Persian Blue. HEX triplet: 21, 1E and DB. RGB value is (33,30,219). Sum of RGB (Red+Green+Blue) = 33+30+219=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 30 (12.11% from 255 or 10.64% from 282); Blue value is 219 (85.94% from 255 or 77.66% from 282); Max value from RGB is 219 - color contains mainly: blue. Hex color #211EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EDB is #DEE124. Grayscale: #333333. Windows color (decimal): -14606629 or 14360097. OLE color: 14360097.
HSL color Cylindrical-coordinate representation of color #211EDB: hue angle of 240.95º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211EDB is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 30 | 219 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.14 |
| HSL | 240.95º | 0.76% | 0.49% | - |
| HSV(B) | 240.95º | 0.86% | 0.86% | - |
| XYZ | 13.88 | 6.37 | 67.52 | - |
| YUV | 52.44 | 221.99 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 219 | 0.85 | 0.86 | 0 | 0.14 | 240.95 | 0.76 | 0.49 |
| Hex | 21 | 1E | DB | 55 | 56 | 0 | E | F1 | 4C | 31 |
| Octal | 41 | 36 | 333 | 125 | 126 | 0 | 16 | 361 | 114 | 61 |
| Binary | 100001 | 11110 | 11011011 | 1010101 | 1010110 | 0 | 1110 | 11110001 | 1001100 | 110001 |
Color Harmonies of #211EDB
Complementary color
Monochromatic Colors of #211EDB
Black with #211EDB
Text Example
Text Example
White with #211EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EDB; }
p { color: rgb(33,30,219); }
H1.HeaderClassName
{
color: #211EDB;
}
.AnyTagClassName
{
color: #211EDB;
}
</style>
background-color css
<style>
a { background-color: #211EDB; }
a { background-color: rgb(33,30,219); }
div.DivClassName
{
background-color: #211EDB;
}
.BgClassName
{
background-color: #211EDB;
}
</style>
border-color css
<style>
span { border-color: #211EDB; }
span { border-color: rgb(33,30,219); }
td.TdClassName
{
border-color: #211EDB;
}
.TagClassName
{
border-color: #211EDB;
}
</style>