Shades of Persian Blue #202EEF
Tints of Persian Blue #202EEF
RGB
CMYK
RGB Variations
Color information
#202EEF (or 0x202EEF) is known color: Persian Blue. HEX triplet: 20, 2E and EF. RGB value is (32,46,239). Sum of RGB (Red+Green+Blue) = 32+46+239=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 46 (18.36% from 255 or 14.51% from 317); Blue value is 239 (93.75% from 255 or 75.39% from 317); Max value from RGB is 239 - color contains mainly: blue. Hex color #202EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202EEF is #DFD110. Grayscale: #3F3F3F. Windows color (decimal): -14668049 or 15674912. OLE color: 15674912.
HSL color Cylindrical-coordinate representation of color #202EEF: hue angle of 235.94º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #202EEF is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 46 | 239 | - |
| CMYK | 0.87 | 0.81 | 0 | 0.06 |
| HSL | 235.94º | 0.87% | 0.53% | - |
| HSV(B) | 235.94º | 0.87% | 0.94% | - |
| XYZ | 17.15 | 8.49 | 82.4 | - |
| YUV | 63.82 | 226.86 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 239 | 0.87 | 0.81 | 0 | 0.06 | 235.94 | 0.87 | 0.53 |
| Hex | 20 | 2E | EF | 57 | 51 | 0 | 6 | EC | 57 | 35 |
| Octal | 40 | 56 | 357 | 127 | 121 | 0 | 6 | 354 | 127 | 65 |
| Binary | 100000 | 101110 | 11101111 | 1010111 | 1010001 | 0 | 110 | 11101100 | 1010111 | 110101 |
Color Harmonies of #202EEF
Complementary color
Monochromatic Colors of #202EEF
Black with #202EEF
Text Example
Text Example
White with #202EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202EEF; }
p { color: rgb(32,46,239); }
H1.HeaderClassName
{
color: #202EEF;
}
.AnyTagClassName
{
color: #202EEF;
}
</style>
background-color css
<style>
a { background-color: #202EEF; }
a { background-color: rgb(32,46,239); }
div.DivClassName
{
background-color: #202EEF;
}
.BgClassName
{
background-color: #202EEF;
}
</style>
border-color css
<style>
span { border-color: #202EEF; }
span { border-color: rgb(32,46,239); }
td.TdClassName
{
border-color: #202EEF;
}
.TagClassName
{
border-color: #202EEF;
}
</style>