Shades of Persian Blue #2021DD
Tints of Persian Blue #2021DD
RGB
CMYK
RGB Variations
Color information
#2021DD (or 0x2021DD) is known color: Persian Blue. HEX triplet: 20, 21 and DD. RGB value is (32,33,221). Sum of RGB (Red+Green+Blue) = 32+33+221=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #2021DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021DD is #DFDE22. Grayscale: #353535. Windows color (decimal): -14671395 or 14491936. OLE color: 14491936.
HSL color Cylindrical-coordinate representation of color #2021DD: hue angle of 239.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2021DD is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 33 | 221 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.13 |
| HSL | 239.68º | 0.75% | 0.5% | - |
| HSV(B) | 239.68º | 0.86% | 0.87% | - |
| XYZ | 14.19 | 6.62 | 68.94 | - |
| YUV | 54.13 | 222.17 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 221 | 0.86 | 0.85 | 0 | 0.13 | 239.68 | 0.75 | 0.5 |
| Hex | 20 | 21 | DD | 56 | 55 | 0 | D | F0 | 4B | 32 |
| Octal | 40 | 41 | 335 | 126 | 125 | 0 | 15 | 360 | 113 | 62 |
| Binary | 100000 | 100001 | 11011101 | 1010110 | 1010101 | 0 | 1101 | 11110000 | 1001011 | 110010 |
Color Harmonies of #2021DD
Complementary color
Monochromatic Colors of #2021DD
Black with #2021DD
Text Example
Text Example
White with #2021DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021DD; }
p { color: rgb(32,33,221); }
H1.HeaderClassName
{
color: #2021DD;
}
.AnyTagClassName
{
color: #2021DD;
}
</style>
background-color css
<style>
a { background-color: #2021DD; }
a { background-color: rgb(32,33,221); }
div.DivClassName
{
background-color: #2021DD;
}
.BgClassName
{
background-color: #2021DD;
}
</style>
border-color css
<style>
span { border-color: #2021DD; }
span { border-color: rgb(32,33,221); }
td.TdClassName
{
border-color: #2021DD;
}
.TagClassName
{
border-color: #2021DD;
}
</style>