Shades of Persian Blue #202EE9
Tints of Persian Blue #202EE9
RGB
CMYK
RGB Variations
Color information
#202EE9 (or 0x202EE9) is known color: Persian Blue. HEX triplet: 20, 2E and E9. RGB value is (32,46,233). Sum of RGB (Red+Green+Blue) = 32+46+233=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 233 (91.41% from 255 or 74.92% from 311); Max value from RGB is 233 - color contains mainly: blue. Hex color #202EE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202EE9 is #DFD116. Grayscale: #3E3E3E. Windows color (decimal): -14668055 or 15281696. OLE color: 15281696.
HSL color Cylindrical-coordinate representation of color #202EE9: hue angle of 235.82º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202EE9 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 46 | 233 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.09 |
| HSL | 235.82º | 0.82% | 0.52% | - |
| HSV(B) | 235.82º | 0.86% | 0.91% | - |
| XYZ | 16.28 | 8.14 | 77.8 | - |
| YUV | 63.13 | 223.86 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 233 | 0.86 | 0.80 | 0 | 0.09 | 235.82 | 0.82 | 0.52 |
| Hex | 20 | 2E | E9 | 56 | 50 | 0 | 9 | EC | 52 | 34 |
| Octal | 40 | 56 | 351 | 126 | 120 | 0 | 11 | 354 | 122 | 64 |
| Binary | 100000 | 101110 | 11101001 | 1010110 | 1010000 | 0 | 1001 | 11101100 | 1010010 | 110100 |
Color Harmonies of #202EE9
Complementary color
Monochromatic Colors of #202EE9
Black with #202EE9
Text Example
Text Example
White with #202EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202EE9; }
p { color: rgb(32,46,233); }
H1.HeaderClassName
{
color: #202EE9;
}
.AnyTagClassName
{
color: #202EE9;
}
</style>
background-color css
<style>
a { background-color: #202EE9; }
a { background-color: rgb(32,46,233); }
div.DivClassName
{
background-color: #202EE9;
}
.BgClassName
{
background-color: #202EE9;
}
</style>
border-color css
<style>
span { border-color: #202EE9; }
span { border-color: rgb(32,46,233); }
td.TdClassName
{
border-color: #202EE9;
}
.TagClassName
{
border-color: #202EE9;
}
</style>