Shades of Persian Blue #2027DC
Tints of Persian Blue #2027DC
RGB
CMYK
RGB Variations
Color information
#2027DC (or 0x2027DC) is known color: Persian Blue. HEX triplet: 20, 27 and DC. RGB value is (32,39,220). Sum of RGB (Red+Green+Blue) = 32+39+220=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #2027DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2027DC is #DFD823. Grayscale: #383838. Windows color (decimal): -14669860 or 14427936. OLE color: 14427936.
HSL color Cylindrical-coordinate representation of color #2027DC: hue angle of 237.77º 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 #2027DC is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 39 | 220 | - |
| CMYK | 0.85 | 0.82 | 0 | 0.14 |
| HSL | 237.77º | 0.75% | 0.49% | - |
| HSV(B) | 237.77º | 0.85% | 0.86% | - |
| XYZ | 14.24 | 6.93 | 68.3 | - |
| YUV | 57.54 | 219.68 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 39 | 220 | 0.85 | 0.82 | 0 | 0.14 | 237.77 | 0.75 | 0.49 |
| Hex | 20 | 27 | DC | 55 | 52 | 0 | E | EE | 4B | 31 |
| Octal | 40 | 47 | 334 | 125 | 122 | 0 | 16 | 356 | 113 | 61 |
| Binary | 100000 | 100111 | 11011100 | 1010101 | 1010010 | 0 | 1110 | 11101110 | 1001011 | 110001 |
Color Harmonies of #2027DC
Complementary color
Monochromatic Colors of #2027DC
Black with #2027DC
Text Example
Text Example
White with #2027DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2027DC; }
p { color: rgb(32,39,220); }
H1.HeaderClassName
{
color: #2027DC;
}
.AnyTagClassName
{
color: #2027DC;
}
</style>
background-color css
<style>
a { background-color: #2027DC; }
a { background-color: rgb(32,39,220); }
div.DivClassName
{
background-color: #2027DC;
}
.BgClassName
{
background-color: #2027DC;
}
</style>
border-color css
<style>
span { border-color: #2027DC; }
span { border-color: rgb(32,39,220); }
td.TdClassName
{
border-color: #2027DC;
}
.TagClassName
{
border-color: #2027DC;
}
</style>