Shades of Persian Blue #202DD8
Tints of Persian Blue #202DD8
RGB
CMYK
RGB Variations
Color information
#202DD8 (or 0x202DD8) is known color: Persian Blue. HEX triplet: 20, 2D and D8. RGB value is (32,45,216). Sum of RGB (Red+Green+Blue) = 32+45+216=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 216 (84.77% from 255 or 73.72% from 293); Max value from RGB is 216 - color contains mainly: blue. Hex color #202DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202DD8 is #DFD227. Grayscale: #3B3B3B. Windows color (decimal): -14668328 or 14167328. OLE color: 14167328.
HSL color Cylindrical-coordinate representation of color #202DD8: hue angle of 235.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202DD8 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 45 | 216 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.15 |
| HSL | 235.76º | 0.74% | 0.49% | - |
| HSV(B) | 235.76º | 0.85% | 0.85% | - |
| XYZ | 13.93 | 7.14 | 65.61 | - |
| YUV | 60.61 | 215.69 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 216 | 0.85 | 0.79 | 0 | 0.15 | 235.76 | 0.74 | 0.49 |
| Hex | 20 | 2D | D8 | 55 | 4F | 0 | F | EC | 4A | 31 |
| Octal | 40 | 55 | 330 | 125 | 117 | 0 | 17 | 354 | 112 | 61 |
| Binary | 100000 | 101101 | 11011000 | 1010101 | 1001111 | 0 | 1111 | 11101100 | 1001010 | 110001 |
Color Harmonies of #202DD8
Complementary color
Monochromatic Colors of #202DD8
Black with #202DD8
Text Example
Text Example
White with #202DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DD8; }
p { color: rgb(32,45,216); }
H1.HeaderClassName
{
color: #202DD8;
}
.AnyTagClassName
{
color: #202DD8;
}
</style>
background-color css
<style>
a { background-color: #202DD8; }
a { background-color: rgb(32,45,216); }
div.DivClassName
{
background-color: #202DD8;
}
.BgClassName
{
background-color: #202DD8;
}
</style>
border-color css
<style>
span { border-color: #202DD8; }
span { border-color: rgb(32,45,216); }
td.TdClassName
{
border-color: #202DD8;
}
.TagClassName
{
border-color: #202DD8;
}
</style>