Shades of Persian Blue #202DC8
Tints of Persian Blue #202DC8
RGB
CMYK
RGB Variations
Color information
#202DC8 (or 0x202DC8) is known color: Persian Blue. HEX triplet: 20, 2D and C8. RGB value is (32,45,200). Sum of RGB (Red+Green+Blue) = 32+45+200=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 200 (78.52% from 255 or 72.20% from 277); Max value from RGB is 200 - color contains mainly: blue. Hex color #202DC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DC8 is #DFD237. Grayscale: #3A3A3A. Windows color (decimal): -14668344 or 13118752. OLE color: 13118752.
HSL color Cylindrical-coordinate representation of color #202DC8: hue angle of 235.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #202DC8 is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 45 | 200 | - |
| CMYK | 0.84 | 0.78 | 0 | 0.22 |
| HSL | 235.36º | 0.72% | 0.45% | - |
| HSV(B) | 235.36º | 0.84% | 0.78% | - |
| XYZ | 11.96 | 6.35 | 55.24 | - |
| YUV | 58.78 | 207.69 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 200 | 0.84 | 0.78 | 0 | 0.22 | 235.36 | 0.72 | 0.45 |
| Hex | 20 | 2D | C8 | 54 | 4E | 0 | 16 | EB | 48 | 2D |
| Octal | 40 | 55 | 310 | 124 | 116 | 0 | 26 | 353 | 110 | 55 |
| Binary | 100000 | 101101 | 11001000 | 1010100 | 1001110 | 0 | 10110 | 11101011 | 1001000 | 101101 |
Color Harmonies of #202DC8
Complementary color
Monochromatic Colors of #202DC8
Black with #202DC8
Text Example
Text Example
White with #202DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DC8; }
p { color: rgb(32,45,200); }
H1.HeaderClassName
{
color: #202DC8;
}
.AnyTagClassName
{
color: #202DC8;
}
</style>
background-color css
<style>
a { background-color: #202DC8; }
a { background-color: rgb(32,45,200); }
div.DivClassName
{
background-color: #202DC8;
}
.BgClassName
{
background-color: #202DC8;
}
</style>
border-color css
<style>
span { border-color: #202DC8; }
span { border-color: rgb(32,45,200); }
td.TdClassName
{
border-color: #202DC8;
}
.TagClassName
{
border-color: #202DC8;
}
</style>