Shades of Persian Blue #2021CF
Tints of Persian Blue #2021CF
RGB
CMYK
RGB Variations
Color information
#2021CF (or 0x2021CF) is known color: Persian Blue. HEX triplet: 20, 21 and CF. RGB value is (32,33,207). Sum of RGB (Red+Green+Blue) = 32+33+207=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 207 (81.25% from 255 or 76.10% from 272); Max value from RGB is 207 - color contains mainly: blue. Hex color #2021CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021CF is #DFDE30. Grayscale: #333333. Windows color (decimal): -14671409 or 13574432. OLE color: 13574432.
HSL color Cylindrical-coordinate representation of color #2021CF: hue angle of 239.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2021CF is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 33 | 207 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.19 |
| HSL | 239.66º | 0.73% | 0.47% | - |
| HSV(B) | 239.66º | 0.85% | 0.81% | - |
| XYZ | 12.4 | 5.9 | 59.52 | - |
| YUV | 52.54 | 215.17 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 207 | 0.85 | 0.84 | 0 | 0.19 | 239.66 | 0.73 | 0.47 |
| Hex | 20 | 21 | CF | 55 | 54 | 0 | 13 | F0 | 49 | 2F |
| Octal | 40 | 41 | 317 | 125 | 124 | 0 | 23 | 360 | 111 | 57 |
| Binary | 100000 | 100001 | 11001111 | 1010101 | 1010100 | 0 | 10011 | 11110000 | 1001001 | 101111 |
Color Harmonies of #2021CF
Complementary color
Monochromatic Colors of #2021CF
Black with #2021CF
Text Example
Text Example
White with #2021CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021CF; }
p { color: rgb(32,33,207); }
H1.HeaderClassName
{
color: #2021CF;
}
.AnyTagClassName
{
color: #2021CF;
}
</style>
background-color css
<style>
a { background-color: #2021CF; }
a { background-color: rgb(32,33,207); }
div.DivClassName
{
background-color: #2021CF;
}
.BgClassName
{
background-color: #2021CF;
}
</style>
border-color css
<style>
span { border-color: #2021CF; }
span { border-color: rgb(32,33,207); }
td.TdClassName
{
border-color: #2021CF;
}
.TagClassName
{
border-color: #2021CF;
}
</style>