Shades of Persian Blue #2021BF
Tints of Persian Blue #2021BF
RGB
CMYK
RGB Variations
Color information
#2021BF (or 0x2021BF) is known color: Persian Blue. HEX triplet: 20, 21 and BF. RGB value is (32,33,191). Sum of RGB (Red+Green+Blue) = 32+33+191=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 191 (75% from 255 or 74.61% from 256); Max value from RGB is 191 - color contains mainly: blue. Hex color #2021BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2021BF is #DFDE40. Grayscale: #323232. Windows color (decimal): -14671425 or 12525856. OLE color: 12525856.
HSL color Cylindrical-coordinate representation of color #2021BF: hue angle of 239.62º 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 #2021BF is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 33 | 191 | - |
| CMYK | 0.83 | 0.83 | 0 | 0.25 |
| HSL | 239.62º | 0.71% | 0.44% | - |
| HSV(B) | 239.62º | 0.83% | 0.75% | - |
| XYZ | 10.54 | 5.16 | 49.73 | - |
| YUV | 50.71 | 207.17 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 33 | 191 | 0.83 | 0.83 | 0 | 0.25 | 239.62 | 0.71 | 0.44 |
| Hex | 20 | 21 | BF | 53 | 53 | 0 | 19 | F0 | 47 | 2C |
| Octal | 40 | 41 | 277 | 123 | 123 | 0 | 31 | 360 | 107 | 54 |
| Binary | 100000 | 100001 | 10111111 | 1010011 | 1010011 | 0 | 11001 | 11110000 | 1000111 | 101100 |
Color Harmonies of #2021BF
Complementary color
Monochromatic Colors of #2021BF
Black with #2021BF
Text Example
Text Example
White with #2021BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2021BF; }
p { color: rgb(32,33,191); }
H1.HeaderClassName
{
color: #2021BF;
}
.AnyTagClassName
{
color: #2021BF;
}
</style>
background-color css
<style>
a { background-color: #2021BF; }
a { background-color: rgb(32,33,191); }
div.DivClassName
{
background-color: #2021BF;
}
.BgClassName
{
background-color: #2021BF;
}
</style>
border-color css
<style>
span { border-color: #2021BF; }
span { border-color: rgb(32,33,191); }
td.TdClassName
{
border-color: #2021BF;
}
.TagClassName
{
border-color: #2021BF;
}
</style>