Shades of Persian Blue #202DD2
Tints of Persian Blue #202DD2
RGB
CMYK
RGB Variations
Color information
#202DD2 (or 0x202DD2) is known color: Persian Blue. HEX triplet: 20, 2D and D2. RGB value is (32,45,210). Sum of RGB (Red+Green+Blue) = 32+45+210=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 210 (82.42% from 255 or 73.17% from 287); Max value from RGB is 210 - color contains mainly: blue. Hex color #202DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DD2 is #DFD22D. Grayscale: #3B3B3B. Windows color (decimal): -14668334 or 13774112. OLE color: 13774112.
HSL color Cylindrical-coordinate representation of color #202DD2: hue angle of 235.62º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202DD2 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 45 | 210 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.18 |
| HSL | 235.62º | 0.74% | 0.47% | - |
| HSV(B) | 235.62º | 0.85% | 0.82% | - |
| XYZ | 13.17 | 6.84 | 61.6 | - |
| YUV | 59.92 | 212.69 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 210 | 0.85 | 0.79 | 0 | 0.18 | 235.62 | 0.74 | 0.47 |
| Hex | 20 | 2D | D2 | 55 | 4F | 0 | 12 | EC | 4A | 2F |
| Octal | 40 | 55 | 322 | 125 | 117 | 0 | 22 | 354 | 112 | 57 |
| Binary | 100000 | 101101 | 11010010 | 1010101 | 1001111 | 0 | 10010 | 11101100 | 1001010 | 101111 |
Color Harmonies of #202DD2
Complementary color
Monochromatic Colors of #202DD2
Black with #202DD2
Text Example
Text Example
White with #202DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DD2; }
p { color: rgb(32,45,210); }
H1.HeaderClassName
{
color: #202DD2;
}
.AnyTagClassName
{
color: #202DD2;
}
</style>
background-color css
<style>
a { background-color: #202DD2; }
a { background-color: rgb(32,45,210); }
div.DivClassName
{
background-color: #202DD2;
}
.BgClassName
{
background-color: #202DD2;
}
</style>
border-color css
<style>
span { border-color: #202DD2; }
span { border-color: rgb(32,45,210); }
td.TdClassName
{
border-color: #202DD2;
}
.TagClassName
{
border-color: #202DD2;
}
</style>