Shades of Persian Blue #2024D9
Tints of Persian Blue #2024D9
RGB
CMYK
RGB Variations
Color information
#2024D9 (or 0x2024D9) is known color: Persian Blue. HEX triplet: 20, 24 and D9. RGB value is (32,36,217). Sum of RGB (Red+Green+Blue) = 32+36+217=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 217 (85.16% from 255 or 76.14% from 285); Max value from RGB is 217 - color contains mainly: blue. Hex color #2024D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2024D9 is #DFDB26. Grayscale: #363636. Windows color (decimal): -14670631 or 14230560. OLE color: 14230560.
HSL color Cylindrical-coordinate representation of color #2024D9: hue angle of 238.7º 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 #2024D9 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 36 | 217 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.15 |
| HSL | 238.7º | 0.74% | 0.49% | - |
| HSV(B) | 238.7º | 0.85% | 0.85% | - |
| XYZ | 13.75 | 6.58 | 66.19 | - |
| YUV | 55.44 | 219.17 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 36 | 217 | 0.85 | 0.83 | 0 | 0.15 | 238.7 | 0.74 | 0.49 |
| Hex | 20 | 24 | D9 | 55 | 53 | 0 | F | EF | 4A | 31 |
| Octal | 40 | 44 | 331 | 125 | 123 | 0 | 17 | 357 | 112 | 61 |
| Binary | 100000 | 100100 | 11011001 | 1010101 | 1010011 | 0 | 1111 | 11101111 | 1001010 | 110001 |
Color Harmonies of #2024D9
Complementary color
Monochromatic Colors of #2024D9
Black with #2024D9
Text Example
Text Example
White with #2024D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2024D9; }
p { color: rgb(32,36,217); }
H1.HeaderClassName
{
color: #2024D9;
}
.AnyTagClassName
{
color: #2024D9;
}
</style>
background-color css
<style>
a { background-color: #2024D9; }
a { background-color: rgb(32,36,217); }
div.DivClassName
{
background-color: #2024D9;
}
.BgClassName
{
background-color: #2024D9;
}
</style>
border-color css
<style>
span { border-color: #2024D9; }
span { border-color: rgb(32,36,217); }
td.TdClassName
{
border-color: #2024D9;
}
.TagClassName
{
border-color: #2024D9;
}
</style>