Shades of Persian Blue #202FCF
Tints of Persian Blue #202FCF
RGB
CMYK
RGB Variations
Color information
#202FCF (or 0x202FCF) is known color: Persian Blue. HEX triplet: 20, 2F and CF. RGB value is (32,47,207). Sum of RGB (Red+Green+Blue) = 32+47+207=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #202FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #202FCF is #DFD030. Grayscale: #3C3C3C. Windows color (decimal): -14667825 or 13578016. OLE color: 13578016.
HSL color Cylindrical-coordinate representation of color #202FCF: hue angle of 234.86º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #202FCF is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 47 | 207 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.19 |
| HSL | 234.86º | 0.73% | 0.47% | - |
| HSV(B) | 234.86º | 0.85% | 0.81% | - |
| XYZ | 12.87 | 6.85 | 59.67 | - |
| YUV | 60.76 | 210.53 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 47 | 207 | 0.85 | 0.77 | 0 | 0.19 | 234.86 | 0.73 | 0.47 |
| Hex | 20 | 2F | CF | 55 | 4D | 0 | 13 | EB | 49 | 2F |
| Octal | 40 | 57 | 317 | 125 | 115 | 0 | 23 | 353 | 111 | 57 |
| Binary | 100000 | 101111 | 11001111 | 1010101 | 1001101 | 0 | 10011 | 11101011 | 1001001 | 101111 |
Color Harmonies of #202FCF
Complementary color
Monochromatic Colors of #202FCF
Black with #202FCF
Text Example
Text Example
White with #202FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202FCF; }
p { color: rgb(32,47,207); }
H1.HeaderClassName
{
color: #202FCF;
}
.AnyTagClassName
{
color: #202FCF;
}
</style>
background-color css
<style>
a { background-color: #202FCF; }
a { background-color: rgb(32,47,207); }
div.DivClassName
{
background-color: #202FCF;
}
.BgClassName
{
background-color: #202FCF;
}
</style>
border-color css
<style>
span { border-color: #202FCF; }
span { border-color: rgb(32,47,207); }
td.TdClassName
{
border-color: #202FCF;
}
.TagClassName
{
border-color: #202FCF;
}
</style>