Shades of Persian Blue #202EDD
Tints of Persian Blue #202EDD
RGB
CMYK
RGB Variations
Color information
#202EDD (or 0x202EDD) is known color: Persian Blue. HEX triplet: 20, 2E and DD. RGB value is (32,46,221). Sum of RGB (Red+Green+Blue) = 32+46+221=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 46 (18.36% from 255 or 15.38% from 299); Blue value is 221 (86.72% from 255 or 73.91% from 299); Max value from RGB is 221 - color contains mainly: blue. Hex color #202EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EDD is #DFD122. Grayscale: #3D3D3D. Windows color (decimal): -14668067 or 14495264. OLE color: 14495264.
HSL color Cylindrical-coordinate representation of color #202EDD: hue angle of 235.56º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202EDD is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 46 | 221 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.13 |
| HSL | 235.56º | 0.75% | 0.5% | - |
| HSV(B) | 235.56º | 0.86% | 0.87% | - |
| XYZ | 14.62 | 7.48 | 69.08 | - |
| YUV | 61.76 | 217.86 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 221 | 0.86 | 0.79 | 0 | 0.13 | 235.56 | 0.75 | 0.5 |
| Hex | 20 | 2E | DD | 56 | 4F | 0 | D | EC | 4B | 32 |
| Octal | 40 | 56 | 335 | 126 | 117 | 0 | 15 | 354 | 113 | 62 |
| Binary | 100000 | 101110 | 11011101 | 1010110 | 1001111 | 0 | 1101 | 11101100 | 1001011 | 110010 |
Color Harmonies of #202EDD
Complementary color
Monochromatic Colors of #202EDD
Black with #202EDD
Text Example
Text Example
White with #202EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202EDD; }
p { color: rgb(32,46,221); }
H1.HeaderClassName
{
color: #202EDD;
}
.AnyTagClassName
{
color: #202EDD;
}
</style>
background-color css
<style>
a { background-color: #202EDD; }
a { background-color: rgb(32,46,221); }
div.DivClassName
{
background-color: #202EDD;
}
.BgClassName
{
background-color: #202EDD;
}
</style>
border-color css
<style>
span { border-color: #202EDD; }
span { border-color: rgb(32,46,221); }
td.TdClassName
{
border-color: #202EDD;
}
.TagClassName
{
border-color: #202EDD;
}
</style>