Shades of Persian Blue #2028DA
Tints of Persian Blue #2028DA
RGB
CMYK
RGB Variations
Color information
#2028DA (or 0x2028DA) is known color: Persian Blue. HEX triplet: 20, 28 and DA. RGB value is (32,40,218). Sum of RGB (Red+Green+Blue) = 32+40+218=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 218 (85.55% from 255 or 75.17% from 290); Max value from RGB is 218 - color contains mainly: blue. Hex color #2028DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2028DA is #DFD725. Grayscale: #393939. Windows color (decimal): -14669606 or 14297120. OLE color: 14297120.
HSL color Cylindrical-coordinate representation of color #2028DA: hue angle of 237.42º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2028DA is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 40 | 218 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.15 |
| HSL | 237.42º | 0.74% | 0.49% | - |
| HSV(B) | 237.42º | 0.85% | 0.85% | - |
| XYZ | 14.01 | 6.89 | 66.92 | - |
| YUV | 57.9 | 218.35 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 218 | 0.85 | 0.82 | 0 | 0.15 | 237.42 | 0.74 | 0.49 |
| Hex | 20 | 28 | DA | 55 | 52 | 0 | F | ED | 4A | 31 |
| Octal | 40 | 50 | 332 | 125 | 122 | 0 | 17 | 355 | 112 | 61 |
| Binary | 100000 | 101000 | 11011010 | 1010101 | 1010010 | 0 | 1111 | 11101101 | 1001010 | 110001 |
Color Harmonies of #2028DA
Complementary color
Monochromatic Colors of #2028DA
Black with #2028DA
Text Example
Text Example
White with #2028DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2028DA; }
p { color: rgb(32,40,218); }
H1.HeaderClassName
{
color: #2028DA;
}
.AnyTagClassName
{
color: #2028DA;
}
</style>
background-color css
<style>
a { background-color: #2028DA; }
a { background-color: rgb(32,40,218); }
div.DivClassName
{
background-color: #2028DA;
}
.BgClassName
{
background-color: #2028DA;
}
</style>
border-color css
<style>
span { border-color: #2028DA; }
span { border-color: rgb(32,40,218); }
td.TdClassName
{
border-color: #2028DA;
}
.TagClassName
{
border-color: #2028DA;
}
</style>