Shades of Persian Blue #202FE5
Tints of Persian Blue #202FE5
RGB
CMYK
RGB Variations
Color information
#202FE5 (or 0x202FE5) is known color: Persian Blue. HEX triplet: 20, 2F and E5. RGB value is (32,47,229). Sum of RGB (Red+Green+Blue) = 32+47+229=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 229 (89.84% from 255 or 74.35% from 308); Max value from RGB is 229 - color contains mainly: blue. Hex color #202FE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FE5 is #DFD01A. Grayscale: #3E3E3E. Windows color (decimal): -14667803 or 15019808. OLE color: 15019808.
HSL color Cylindrical-coordinate representation of color #202FE5: hue angle of 235.43º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202FE5 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 32 | 47 | 229 | - |
| CMYK | 0.86 | 0.79 | 0 | 0.10 |
| HSL | 235.43º | 0.79% | 0.51% | - |
| HSV(B) | 235.43º | 0.86% | 0.9% | - |
| XYZ | 15.76 | 8 | 74.84 | - |
| YUV | 63.26 | 221.53 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 229 | 0.86 | 0.79 | 0 | 0.10 | 235.43 | 0.79 | 0.51 |
| Hex | 20 | 2F | E5 | 56 | 4F | 0 | A | EB | 4F | 33 |
| Octal | 40 | 57 | 345 | 126 | 117 | 0 | 12 | 353 | 117 | 63 |
| Binary | 100000 | 101111 | 11100101 | 1010110 | 1001111 | 0 | 1010 | 11101011 | 1001111 | 110011 |
Color Harmonies of #202FE5
Complementary color
Monochromatic Colors of #202FE5
Black with #202FE5
Text Example
Text Example
White with #202FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FE5; }
p { color: rgb(32,47,229); }
H1.HeaderClassName
{
color: #202FE5;
}
.AnyTagClassName
{
color: #202FE5;
}
</style>
background-color css
<style>
a { background-color: #202FE5; }
a { background-color: rgb(32,47,229); }
div.DivClassName
{
background-color: #202FE5;
}
.BgClassName
{
background-color: #202FE5;
}
</style>
border-color css
<style>
span { border-color: #202FE5; }
span { border-color: rgb(32,47,229); }
td.TdClassName
{
border-color: #202FE5;
}
.TagClassName
{
border-color: #202FE5;
}
</style>