Shades of Persian Blue #2020DE
Tints of Persian Blue #2020DE
RGB
CMYK
RGB Variations
Color information
#2020DE (or 0x2020DE) is known color: Persian Blue. HEX triplet: 20, 20 and DE. RGB value is (32,32,222). Sum of RGB (Red+Green+Blue) = 32+32+222=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #2020DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2020DE is #DFDF21. Grayscale: #343434. Windows color (decimal): -14671650 or 14557216. OLE color: 14557216.
HSL color Cylindrical-coordinate representation of color #2020DE: hue angle of 240º 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 #2020DE is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 32 | 222 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.13 |
| HSL | 240º | 0.75% | 0.5% | - |
| HSV(B) | 240º | 0.86% | 0.87% | - |
| XYZ | 14.3 | 6.61 | 69.63 | - |
| YUV | 53.66 | 223 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 222 | 0.86 | 0.86 | 0 | 0.13 | 240 | 0.75 | 0.5 |
| Hex | 20 | 20 | DE | 56 | 56 | 0 | D | F0 | 4B | 32 |
| Octal | 40 | 40 | 336 | 126 | 126 | 0 | 15 | 360 | 113 | 62 |
| Binary | 100000 | 100000 | 11011110 | 1010110 | 1010110 | 0 | 1101 | 11110000 | 1001011 | 110010 |
Color Harmonies of #2020DE
Complementary color
Monochromatic Colors of #2020DE
Black with #2020DE
Text Example
Text Example
White with #2020DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2020DE; }
p { color: rgb(32,32,222); }
H1.HeaderClassName
{
color: #2020DE;
}
.AnyTagClassName
{
color: #2020DE;
}
</style>
background-color css
<style>
a { background-color: #2020DE; }
a { background-color: rgb(32,32,222); }
div.DivClassName
{
background-color: #2020DE;
}
.BgClassName
{
background-color: #2020DE;
}
</style>
border-color css
<style>
span { border-color: #2020DE; }
span { border-color: rgb(32,32,222); }
td.TdClassName
{
border-color: #2020DE;
}
.TagClassName
{
border-color: #2020DE;
}
</style>