Shades of Persian Blue #2028EB
Tints of Persian Blue #2028EB
RGB
CMYK
RGB Variations
Color information
#2028EB (or 0x2028EB) is known color: Persian Blue. HEX triplet: 20, 28 and EB. RGB value is (32,40,235). Sum of RGB (Red+Green+Blue) = 32+40+235=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 235 (92.19% from 255 or 76.55% from 307); Max value from RGB is 235 - color contains mainly: blue. Hex color #2028EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2028EB is #DFD714. Grayscale: #3B3B3B. Windows color (decimal): -14669589 or 15411232. OLE color: 15411232.
HSL color Cylindrical-coordinate representation of color #2028EB: hue angle of 237.64º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2028EB is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 40 | 235 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.08 |
| HSL | 237.64º | 0.84% | 0.52% | - |
| HSV(B) | 237.64º | 0.86% | 0.92% | - |
| XYZ | 16.35 | 7.82 | 79.25 | - |
| YUV | 59.84 | 226.85 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 235 | 0.86 | 0.83 | 0 | 0.08 | 237.64 | 0.84 | 0.52 |
| Hex | 20 | 28 | EB | 56 | 53 | 0 | 8 | EE | 54 | 34 |
| Octal | 40 | 50 | 353 | 126 | 123 | 0 | 10 | 356 | 124 | 64 |
| Binary | 100000 | 101000 | 11101011 | 1010110 | 1010011 | 0 | 1000 | 11101110 | 1010100 | 110100 |
Color Harmonies of #2028EB
Complementary color
Monochromatic Colors of #2028EB
Black with #2028EB
Text Example
Text Example
White with #2028EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2028EB; }
p { color: rgb(32,40,235); }
H1.HeaderClassName
{
color: #2028EB;
}
.AnyTagClassName
{
color: #2028EB;
}
</style>
background-color css
<style>
a { background-color: #2028EB; }
a { background-color: rgb(32,40,235); }
div.DivClassName
{
background-color: #2028EB;
}
.BgClassName
{
background-color: #2028EB;
}
</style>
border-color css
<style>
span { border-color: #2028EB; }
span { border-color: rgb(32,40,235); }
td.TdClassName
{
border-color: #2028EB;
}
.TagClassName
{
border-color: #2028EB;
}
</style>