Shades of Persian Blue #201EDB
Tints of Persian Blue #201EDB
RGB
CMYK
RGB Variations
Color information
#201EDB (or 0x201EDB) is known color: Persian Blue. HEX triplet: 20, 1E and DB. RGB value is (32,30,219). Sum of RGB (Red+Green+Blue) = 32+30+219=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 219 (85.94% from 255 or 77.94% from 281); Max value from RGB is 219 - color contains mainly: blue. Hex color #201EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EDB is #DFE124. Grayscale: #333333. Windows color (decimal): -14672165 or 14360096. OLE color: 14360096.
HSL color Cylindrical-coordinate representation of color #201EDB: hue angle of 240.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #201EDB is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 30 | 219 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.14 |
| HSL | 240.63º | 0.76% | 0.49% | - |
| HSV(B) | 240.63º | 0.86% | 0.86% | - |
| XYZ | 13.85 | 6.35 | 67.51 | - |
| YUV | 52.14 | 222.16 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 30 | 219 | 0.85 | 0.86 | 0 | 0.14 | 240.63 | 0.76 | 0.49 |
| Hex | 20 | 1E | DB | 55 | 56 | 0 | E | F1 | 4C | 31 |
| Octal | 40 | 36 | 333 | 125 | 126 | 0 | 16 | 361 | 114 | 61 |
| Binary | 100000 | 11110 | 11011011 | 1010101 | 1010110 | 0 | 1110 | 11110001 | 1001100 | 110001 |
Color Harmonies of #201EDB
Complementary color
Monochromatic Colors of #201EDB
Black with #201EDB
Text Example
Text Example
White with #201EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201EDB; }
p { color: rgb(32,30,219); }
H1.HeaderClassName
{
color: #201EDB;
}
.AnyTagClassName
{
color: #201EDB;
}
</style>
background-color css
<style>
a { background-color: #201EDB; }
a { background-color: rgb(32,30,219); }
div.DivClassName
{
background-color: #201EDB;
}
.BgClassName
{
background-color: #201EDB;
}
</style>
border-color css
<style>
span { border-color: #201EDB; }
span { border-color: rgb(32,30,219); }
td.TdClassName
{
border-color: #201EDB;
}
.TagClassName
{
border-color: #201EDB;
}
</style>