Shades of Persian Blue #202DEE
Tints of Persian Blue #202DEE
RGB
CMYK
RGB Variations
Color information
#202DEE (or 0x202DEE) is known color: Persian Blue. HEX triplet: 20, 2D and EE. RGB value is (32,45,238). Sum of RGB (Red+Green+Blue) = 32+45+238=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 238 (93.36% from 255 or 75.56% from 315); Max value from RGB is 238 - color contains mainly: blue. Hex color #202DEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202DEE is #DFD211. Grayscale: #3E3E3E. Windows color (decimal): -14668306 or 15609120. OLE color: 15609120.
HSL color Cylindrical-coordinate representation of color #202DEE: hue angle of 236.21º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202DEE is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 45 | 238 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.07 |
| HSL | 236.21º | 0.86% | 0.53% | - |
| HSV(B) | 236.21º | 0.87% | 0.93% | - |
| XYZ | 16.97 | 8.36 | 81.61 | - |
| YUV | 63.12 | 226.69 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 238 | 0.87 | 0.81 | 0 | 0.07 | 236.21 | 0.86 | 0.53 |
| Hex | 20 | 2D | EE | 57 | 51 | 0 | 7 | EC | 56 | 35 |
| Octal | 40 | 55 | 356 | 127 | 121 | 0 | 7 | 354 | 126 | 65 |
| Binary | 100000 | 101101 | 11101110 | 1010111 | 1010001 | 0 | 111 | 11101100 | 1010110 | 110101 |
Color Harmonies of #202DEE
Complementary color
Monochromatic Colors of #202DEE
Black with #202DEE
Text Example
Text Example
White with #202DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202DEE; }
p { color: rgb(32,45,238); }
H1.HeaderClassName
{
color: #202DEE;
}
.AnyTagClassName
{
color: #202DEE;
}
</style>
background-color css
<style>
a { background-color: #202DEE; }
a { background-color: rgb(32,45,238); }
div.DivClassName
{
background-color: #202DEE;
}
.BgClassName
{
background-color: #202DEE;
}
</style>
border-color css
<style>
span { border-color: #202DEE; }
span { border-color: rgb(32,45,238); }
td.TdClassName
{
border-color: #202DEE;
}
.TagClassName
{
border-color: #202DEE;
}
</style>