Shades of Persian Blue #2021E6
Tints of Persian Blue #2021E6
RGB
CMYK
RGB Variations
Color information
#2021E6 (or 0x2021E6) is known color: Persian Blue. HEX triplet: 20, 21 and E6. RGB value is (32,33,230). Sum of RGB (Red+Green+Blue) = 32+33+230=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 230 (90.23% from 255 or 77.97% from 295); Max value from RGB is 230 - color contains mainly: blue. Hex color #2021E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2021E6 is #DFDE19. Grayscale: #363636. Windows color (decimal): -14671386 or 15081760. OLE color: 15081760.
HSL color Cylindrical-coordinate representation of color #2021E6: hue angle of 239.7º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2021E6 is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 33 | 230 | - |
| CMYK | 0.86 | 0.86 | 0 | 0.10 |
| HSL | 239.7º | 0.8% | 0.51% | - |
| HSV(B) | 239.7º | 0.86% | 0.9% | - |
| XYZ | 15.42 | 7.11 | 75.42 | - |
| YUV | 55.16 | 226.67 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 230 | 0.86 | 0.86 | 0 | 0.10 | 239.7 | 0.8 | 0.51 |
| Hex | 20 | 21 | E6 | 56 | 56 | 0 | A | F0 | 50 | 33 |
| Octal | 40 | 41 | 346 | 126 | 126 | 0 | 12 | 360 | 120 | 63 |
| Binary | 100000 | 100001 | 11100110 | 1010110 | 1010110 | 0 | 1010 | 11110000 | 1010000 | 110011 |
Color Harmonies of #2021E6
Complementary color
Monochromatic Colors of #2021E6
Black with #2021E6
Text Example
Text Example
White with #2021E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021E6; }
p { color: rgb(32,33,230); }
H1.HeaderClassName
{
color: #2021E6;
}
.AnyTagClassName
{
color: #2021E6;
}
</style>
background-color css
<style>
a { background-color: #2021E6; }
a { background-color: rgb(32,33,230); }
div.DivClassName
{
background-color: #2021E6;
}
.BgClassName
{
background-color: #2021E6;
}
</style>
border-color css
<style>
span { border-color: #2021E6; }
span { border-color: rgb(32,33,230); }
td.TdClassName
{
border-color: #2021E6;
}
.TagClassName
{
border-color: #2021E6;
}
</style>