Shades of Persian Blue #211EDD
Tints of Persian Blue #211EDD
RGB
CMYK
RGB Variations
Color information
#211EDD (or 0x211EDD) is known color: Persian Blue. HEX triplet: 21, 1E and DD. RGB value is (33,30,221). Sum of RGB (Red+Green+Blue) = 33+30+221=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 221 (86.72% from 255 or 77.82% from 284); Max value from RGB is 221 - color contains mainly: blue. Hex color #211EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EDD is #DEE122. Grayscale: #333333. Windows color (decimal): -14606627 or 14491169. OLE color: 14491169.
HSL color Cylindrical-coordinate representation of color #211EDD: hue angle of 240.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #211EDD is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 30 | 221 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.13 |
| HSL | 240.94º | 0.76% | 0.49% | - |
| HSV(B) | 240.94º | 0.86% | 0.87% | - |
| XYZ | 14.14 | 6.47 | 68.91 | - |
| YUV | 52.67 | 222.99 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 221 | 0.85 | 0.86 | 0 | 0.13 | 240.94 | 0.76 | 0.49 |
| Hex | 21 | 1E | DD | 55 | 56 | 0 | D | F1 | 4C | 31 |
| Octal | 41 | 36 | 335 | 125 | 126 | 0 | 15 | 361 | 114 | 61 |
| Binary | 100001 | 11110 | 11011101 | 1010101 | 1010110 | 0 | 1101 | 11110001 | 1001100 | 110001 |
Color Harmonies of #211EDD
Complementary color
Monochromatic Colors of #211EDD
Black with #211EDD
Text Example
Text Example
White with #211EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211EDD; }
p { color: rgb(33,30,221); }
H1.HeaderClassName
{
color: #211EDD;
}
.AnyTagClassName
{
color: #211EDD;
}
</style>
background-color css
<style>
a { background-color: #211EDD; }
a { background-color: rgb(33,30,221); }
div.DivClassName
{
background-color: #211EDD;
}
.BgClassName
{
background-color: #211EDD;
}
</style>
border-color css
<style>
span { border-color: #211EDD; }
span { border-color: rgb(33,30,221); }
td.TdClassName
{
border-color: #211EDD;
}
.TagClassName
{
border-color: #211EDD;
}
</style>