Shades of Persian Blue #202EDF
Tints of Persian Blue #202EDF
RGB
CMYK
RGB Variations
Color information
#202EDF (or 0x202EDF) is known color: Persian Blue. HEX triplet: 20, 2E and DF. RGB value is (32,46,223). Sum of RGB (Red+Green+Blue) = 32+46+223=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #202EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202EDF is #DFD120. Grayscale: #3D3D3D. Windows color (decimal): -14668065 or 14626336. OLE color: 14626336.
HSL color Cylindrical-coordinate representation of color #202EDF: hue angle of 235.6º 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 #202EDF is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 46 | 223 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.13 |
| HSL | 235.6º | 0.75% | 0.5% | - |
| HSV(B) | 235.6º | 0.86% | 0.87% | - |
| XYZ | 14.89 | 7.59 | 70.49 | - |
| YUV | 61.99 | 218.86 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 223 | 0.86 | 0.79 | 0 | 0.13 | 235.6 | 0.75 | 0.5 |
| Hex | 20 | 2E | DF | 56 | 4F | 0 | D | EC | 4B | 32 |
| Octal | 40 | 56 | 337 | 126 | 117 | 0 | 15 | 354 | 113 | 62 |
| Binary | 100000 | 101110 | 11011111 | 1010110 | 1001111 | 0 | 1101 | 11101100 | 1001011 | 110010 |
Color Harmonies of #202EDF
Complementary color
Monochromatic Colors of #202EDF
Black with #202EDF
Text Example
Text Example
White with #202EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202EDF; }
p { color: rgb(32,46,223); }
H1.HeaderClassName
{
color: #202EDF;
}
.AnyTagClassName
{
color: #202EDF;
}
</style>
background-color css
<style>
a { background-color: #202EDF; }
a { background-color: rgb(32,46,223); }
div.DivClassName
{
background-color: #202EDF;
}
.BgClassName
{
background-color: #202EDF;
}
</style>
border-color css
<style>
span { border-color: #202EDF; }
span { border-color: rgb(32,46,223); }
td.TdClassName
{
border-color: #202EDF;
}
.TagClassName
{
border-color: #202EDF;
}
</style>