Shades of Persian Blue #2023D9
Tints of Persian Blue #2023D9
RGB
CMYK
RGB Variations
Color information
#2023D9 (or 0x2023D9) is known color: Persian Blue. HEX triplet: 20, 23 and D9. RGB value is (32,35,217). Sum of RGB (Red+Green+Blue) = 32+35+217=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 217 (85.16% from 255 or 76.41% from 284); Max value from RGB is 217 - color contains mainly: blue. Hex color #2023D9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2023D9 is #DFDC26. Grayscale: #363636. Windows color (decimal): -14670887 or 14230304. OLE color: 14230304.
HSL color Cylindrical-coordinate representation of color #2023D9: hue angle of 239.03º 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 #2023D9 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 35 | 217 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.15 |
| HSL | 239.03º | 0.74% | 0.49% | - |
| HSV(B) | 239.03º | 0.85% | 0.85% | - |
| XYZ | 13.72 | 6.52 | 66.18 | - |
| YUV | 54.85 | 219.51 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 217 | 0.85 | 0.84 | 0 | 0.15 | 239.03 | 0.74 | 0.49 |
| Hex | 20 | 23 | D9 | 55 | 54 | 0 | F | EF | 4A | 31 |
| Octal | 40 | 43 | 331 | 125 | 124 | 0 | 17 | 357 | 112 | 61 |
| Binary | 100000 | 100011 | 11011001 | 1010101 | 1010100 | 0 | 1111 | 11101111 | 1001010 | 110001 |
Color Harmonies of #2023D9
Complementary color
Monochromatic Colors of #2023D9
Black with #2023D9
Text Example
Text Example
White with #2023D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2023D9; }
p { color: rgb(32,35,217); }
H1.HeaderClassName
{
color: #2023D9;
}
.AnyTagClassName
{
color: #2023D9;
}
</style>
background-color css
<style>
a { background-color: #2023D9; }
a { background-color: rgb(32,35,217); }
div.DivClassName
{
background-color: #2023D9;
}
.BgClassName
{
background-color: #2023D9;
}
</style>
border-color css
<style>
span { border-color: #2023D9; }
span { border-color: rgb(32,35,217); }
td.TdClassName
{
border-color: #2023D9;
}
.TagClassName
{
border-color: #2023D9;
}
</style>