Shades of Persian Blue #2020BF
Tints of Persian Blue #2020BF
RGB
CMYK
RGB Variations
Color information
#2020BF (or 0x2020BF) is known color: Persian Blue. HEX triplet: 20, 20 and BF. RGB value is (32,32,191). Sum of RGB (Red+Green+Blue) = 32+32+191=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 191 (75% from 255 or 74.90% from 255); Max value from RGB is 191 - color contains mainly: blue. Hex color #2020BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2020BF is #DFDF40. Grayscale: #313131. Windows color (decimal): -14671681 or 12525600. OLE color: 12525600.
HSL color Cylindrical-coordinate representation of color #2020BF: hue angle of 240º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2020BF is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 32 | 191 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.25 |
| HSL | 240º | 0.71% | 0.44% | - |
| HSV(B) | 240º | 0.83% | 0.75% | - |
| XYZ | 10.52 | 5.1 | 49.72 | - |
| YUV | 50.13 | 207.5 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 32 | 191 | 0.83 | 0.83 | 0 | 0.25 | 240 | 0.71 | 0.44 |
| Hex | 20 | 20 | BF | 53 | 53 | 0 | 19 | F0 | 47 | 2C |
| Octal | 40 | 40 | 277 | 123 | 123 | 0 | 31 | 360 | 107 | 54 |
| Binary | 100000 | 100000 | 10111111 | 1010011 | 1010011 | 0 | 11001 | 11110000 | 1000111 | 101100 |
Color Harmonies of #2020BF
Complementary color
Monochromatic Colors of #2020BF
Black with #2020BF
Text Example
Text Example
White with #2020BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2020BF; }
p { color: rgb(32,32,191); }
H1.HeaderClassName
{
color: #2020BF;
}
.AnyTagClassName
{
color: #2020BF;
}
</style>
background-color css
<style>
a { background-color: #2020BF; }
a { background-color: rgb(32,32,191); }
div.DivClassName
{
background-color: #2020BF;
}
.BgClassName
{
background-color: #2020BF;
}
</style>
border-color css
<style>
span { border-color: #2020BF; }
span { border-color: rgb(32,32,191); }
td.TdClassName
{
border-color: #2020BF;
}
.TagClassName
{
border-color: #2020BF;
}
</style>