Shades of Persian Blue #2028D8
Tints of Persian Blue #2028D8
RGB
CMYK
RGB Variations
Color information
#2028D8 (or 0x2028D8) is known color: Persian Blue. HEX triplet: 20, 28 and D8. RGB value is (32,40,216). Sum of RGB (Red+Green+Blue) = 32+40+216=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 216 (84.77% from 255 or 75% from 288); Max value from RGB is 216 - color contains mainly: blue. Hex color #2028D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2028D8 is #DFD727. Grayscale: #383838. Windows color (decimal): -14669608 or 14166048. OLE color: 14166048.
HSL color Cylindrical-coordinate representation of color #2028D8: hue angle of 237.39º 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 #2028D8 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 40 | 216 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.15 |
| HSL | 237.39º | 0.74% | 0.49% | - |
| HSV(B) | 237.39º | 0.85% | 0.85% | - |
| XYZ | 13.75 | 6.78 | 65.55 | - |
| YUV | 57.67 | 217.35 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 216 | 0.85 | 0.81 | 0 | 0.15 | 237.39 | 0.74 | 0.49 |
| Hex | 20 | 28 | D8 | 55 | 51 | 0 | F | ED | 4A | 31 |
| Octal | 40 | 50 | 330 | 125 | 121 | 0 | 17 | 355 | 112 | 61 |
| Binary | 100000 | 101000 | 11011000 | 1010101 | 1010001 | 0 | 1111 | 11101101 | 1001010 | 110001 |
Color Harmonies of #2028D8
Complementary color
Monochromatic Colors of #2028D8
Black with #2028D8
Text Example
Text Example
White with #2028D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2028D8; }
p { color: rgb(32,40,216); }
H1.HeaderClassName
{
color: #2028D8;
}
.AnyTagClassName
{
color: #2028D8;
}
</style>
background-color css
<style>
a { background-color: #2028D8; }
a { background-color: rgb(32,40,216); }
div.DivClassName
{
background-color: #2028D8;
}
.BgClassName
{
background-color: #2028D8;
}
</style>
border-color css
<style>
span { border-color: #2028D8; }
span { border-color: rgb(32,40,216); }
td.TdClassName
{
border-color: #2028D8;
}
.TagClassName
{
border-color: #2028D8;
}
</style>