Shades of Persian Blue #2028CF
Tints of Persian Blue #2028CF
RGB
CMYK
RGB Variations
Color information
#2028CF (or 0x2028CF) is known color: Persian Blue. HEX triplet: 20, 28 and CF. RGB value is (32,40,207). Sum of RGB (Red+Green+Blue) = 32+40+207=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #2028CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2028CF is #DFD730. Grayscale: #373737. Windows color (decimal): -14669617 or 13576224. OLE color: 13576224.
HSL color Cylindrical-coordinate representation of color #2028CF: hue angle of 237.26º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2028CF is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 40 | 207 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.19 |
| HSL | 237.26º | 0.73% | 0.47% | - |
| HSV(B) | 237.26º | 0.85% | 0.81% | - |
| XYZ | 12.62 | 6.33 | 59.59 | - |
| YUV | 56.65 | 212.85 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 207 | 0.85 | 0.81 | 0 | 0.19 | 237.26 | 0.73 | 0.47 |
| Hex | 20 | 28 | CF | 55 | 51 | 0 | 13 | ED | 49 | 2F |
| Octal | 40 | 50 | 317 | 125 | 121 | 0 | 23 | 355 | 111 | 57 |
| Binary | 100000 | 101000 | 11001111 | 1010101 | 1010001 | 0 | 10011 | 11101101 | 1001001 | 101111 |
Color Harmonies of #2028CF
Complementary color
Monochromatic Colors of #2028CF
Black with #2028CF
Text Example
Text Example
White with #2028CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2028CF; }
p { color: rgb(32,40,207); }
H1.HeaderClassName
{
color: #2028CF;
}
.AnyTagClassName
{
color: #2028CF;
}
</style>
background-color css
<style>
a { background-color: #2028CF; }
a { background-color: rgb(32,40,207); }
div.DivClassName
{
background-color: #2028CF;
}
.BgClassName
{
background-color: #2028CF;
}
</style>
border-color css
<style>
span { border-color: #2028CF; }
span { border-color: rgb(32,40,207); }
td.TdClassName
{
border-color: #2028CF;
}
.TagClassName
{
border-color: #2028CF;
}
</style>