Shades of Persian Blue #2042DD
Tints of Persian Blue #2042DD
RGB
CMYK
RGB Variations
Color information
#2042DD (or 0x2042DD) is known color: Persian Blue. HEX triplet: 20, 42 and DD. RGB value is (32,66,221). Sum of RGB (Red+Green+Blue) = 32+66+221=319 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10.03% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #2042DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2042DD is #DFBD22. Grayscale: #484848. Windows color (decimal): -14662947 or 14500384. OLE color: 14500384.
HSL color Cylindrical-coordinate representation of color #2042DD: hue angle of 229.21º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2042DD is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 66 | 221 | - |
| CMYK | 0.86 | 0.70 | 0 | 0.13 |
| HSL | 229.21º | 0.75% | 0.5% | - |
| HSV(B) | 229.21º | 0.86% | 0.87% | - |
| XYZ | 15.6 | 9.42 | 69.4 | - |
| YUV | 73.5 | 211.24 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 66 | 221 | 0.86 | 0.70 | 0 | 0.13 | 229.21 | 0.75 | 0.5 |
| Hex | 20 | 42 | DD | 56 | 46 | 0 | D | E5 | 4B | 32 |
| Octal | 40 | 102 | 335 | 126 | 106 | 0 | 15 | 345 | 113 | 62 |
| Binary | 100000 | 1000010 | 11011101 | 1010110 | 1000110 | 0 | 1101 | 11100101 | 1001011 | 110010 |
Color Harmonies of #2042DD
Complementary color
Monochromatic Colors of #2042DD
Black with #2042DD
Text Example
Text Example
White with #2042DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2042DD; }
p { color: rgb(32,66,221); }
H1.HeaderClassName
{
color: #2042DD;
}
.AnyTagClassName
{
color: #2042DD;
}
</style>
background-color css
<style>
a { background-color: #2042DD; }
a { background-color: rgb(32,66,221); }
div.DivClassName
{
background-color: #2042DD;
}
.BgClassName
{
background-color: #2042DD;
}
</style>
border-color css
<style>
span { border-color: #2042DD; }
span { border-color: rgb(32,66,221); }
td.TdClassName
{
border-color: #2042DD;
}
.TagClassName
{
border-color: #2042DD;
}
</style>