Shades of Persian Blue #202FEA
Tints of Persian Blue #202FEA
RGB
CMYK
RGB Variations
Color information
#202FEA (or 0x202FEA) is known color: Persian Blue. HEX triplet: 20, 2F and EA. RGB value is (32,47,234). Sum of RGB (Red+Green+Blue) = 32+47+234=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 47 (18.75% from 255 or 15.02% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #202FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202FEA is #DFD015. Grayscale: #3F3F3F. Windows color (decimal): -14667798 or 15347488. OLE color: 15347488.
HSL color Cylindrical-coordinate representation of color #202FEA: hue angle of 235.54º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202FEA is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 47 | 234 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.08 |
| HSL | 235.54º | 0.83% | 0.52% | - |
| HSV(B) | 235.54º | 0.86% | 0.92% | - |
| XYZ | 16.46 | 8.28 | 78.57 | - |
| YUV | 63.83 | 224.03 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 234 | 0.86 | 0.80 | 0 | 0.08 | 235.54 | 0.83 | 0.52 |
| Hex | 20 | 2F | EA | 56 | 50 | 0 | 8 | EC | 53 | 34 |
| Octal | 40 | 57 | 352 | 126 | 120 | 0 | 10 | 354 | 123 | 64 |
| Binary | 100000 | 101111 | 11101010 | 1010110 | 1010000 | 0 | 1000 | 11101100 | 1010011 | 110100 |
Color Harmonies of #202FEA
Complementary color
Monochromatic Colors of #202FEA
Black with #202FEA
Text Example
Text Example
White with #202FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FEA; }
p { color: rgb(32,47,234); }
H1.HeaderClassName
{
color: #202FEA;
}
.AnyTagClassName
{
color: #202FEA;
}
</style>
background-color css
<style>
a { background-color: #202FEA; }
a { background-color: rgb(32,47,234); }
div.DivClassName
{
background-color: #202FEA;
}
.BgClassName
{
background-color: #202FEA;
}
</style>
border-color css
<style>
span { border-color: #202FEA; }
span { border-color: rgb(32,47,234); }
td.TdClassName
{
border-color: #202FEA;
}
.TagClassName
{
border-color: #202FEA;
}
</style>