Shades of Persian Blue #2028DB
Tints of Persian Blue #2028DB
RGB
CMYK
RGB Variations
Color information
#2028DB (or 0x2028DB) is known color: Persian Blue. HEX triplet: 20, 28 and DB. RGB value is (32,40,219). Sum of RGB (Red+Green+Blue) = 32+40+219=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #2028DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2028DB is #DFD724. Grayscale: #393939. Windows color (decimal): -14669605 or 14362656. OLE color: 14362656.
HSL color Cylindrical-coordinate representation of color #2028DB: hue angle of 237.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2028DB is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 40 | 219 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.14 |
| HSL | 237.43º | 0.75% | 0.49% | - |
| HSV(B) | 237.43º | 0.85% | 0.86% | - |
| XYZ | 14.14 | 6.94 | 67.61 | - |
| YUV | 58.01 | 218.85 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 219 | 0.85 | 0.82 | 0 | 0.14 | 237.43 | 0.75 | 0.49 |
| Hex | 20 | 28 | DB | 55 | 52 | 0 | E | ED | 4B | 31 |
| Octal | 40 | 50 | 333 | 125 | 122 | 0 | 16 | 355 | 113 | 61 |
| Binary | 100000 | 101000 | 11011011 | 1010101 | 1010010 | 0 | 1110 | 11101101 | 1001011 | 110001 |
Color Harmonies of #2028DB
Complementary color
Monochromatic Colors of #2028DB
Black with #2028DB
Text Example
Text Example
White with #2028DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2028DB; }
p { color: rgb(32,40,219); }
H1.HeaderClassName
{
color: #2028DB;
}
.AnyTagClassName
{
color: #2028DB;
}
</style>
background-color css
<style>
a { background-color: #2028DB; }
a { background-color: rgb(32,40,219); }
div.DivClassName
{
background-color: #2028DB;
}
.BgClassName
{
background-color: #2028DB;
}
</style>
border-color css
<style>
span { border-color: #2028DB; }
span { border-color: rgb(32,40,219); }
td.TdClassName
{
border-color: #2028DB;
}
.TagClassName
{
border-color: #2028DB;
}
</style>