Shades of Persian Blue #2023CF
Tints of Persian Blue #2023CF
RGB
CMYK
RGB Variations
Color information
#2023CF (or 0x2023CF) is known color: Persian Blue. HEX triplet: 20, 23 and CF. RGB value is (32,35,207). Sum of RGB (Red+Green+Blue) = 32+35+207=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 207 (81.25% from 255 or 75.55% from 274); Max value from RGB is 207 - color contains mainly: blue. Hex color #2023CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2023CF is #DFDC30. Grayscale: #353535. Windows color (decimal): -14670897 or 13574944. OLE color: 13574944.
HSL color Cylindrical-coordinate representation of color #2023CF: hue angle of 238.97º 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 #2023CF is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 35 | 207 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.19 |
| HSL | 238.97º | 0.73% | 0.47% | - |
| HSV(B) | 238.97º | 0.85% | 0.81% | - |
| XYZ | 12.46 | 6.01 | 59.54 | - |
| YUV | 53.71 | 214.51 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 207 | 0.85 | 0.83 | 0 | 0.19 | 238.97 | 0.73 | 0.47 |
| Hex | 20 | 23 | CF | 55 | 53 | 0 | 13 | EF | 49 | 2F |
| Octal | 40 | 43 | 317 | 125 | 123 | 0 | 23 | 357 | 111 | 57 |
| Binary | 100000 | 100011 | 11001111 | 1010101 | 1010011 | 0 | 10011 | 11101111 | 1001001 | 101111 |
Color Harmonies of #2023CF
Complementary color
Monochromatic Colors of #2023CF
Black with #2023CF
Text Example
Text Example
White with #2023CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2023CF; }
p { color: rgb(32,35,207); }
H1.HeaderClassName
{
color: #2023CF;
}
.AnyTagClassName
{
color: #2023CF;
}
</style>
background-color css
<style>
a { background-color: #2023CF; }
a { background-color: rgb(32,35,207); }
div.DivClassName
{
background-color: #2023CF;
}
.BgClassName
{
background-color: #2023CF;
}
</style>
border-color css
<style>
span { border-color: #2023CF; }
span { border-color: rgb(32,35,207); }
td.TdClassName
{
border-color: #2023CF;
}
.TagClassName
{
border-color: #2023CF;
}
</style>