Shades of Persian Blue #022ECF
Tints of Persian Blue #022ECF
RGB
CMYK
RGB Variations
Color information
#022ECF (or 0x022ECF) is known color: Persian Blue. HEX triplet: 02, 2E and CF. RGB value is (2,46,207). Sum of RGB (Red+Green+Blue) = 2+46+207=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 46 (18.36% from 255 or 18.04% from 255); Blue value is 207 (81.25% from 255 or 81.18% from 255); Max value from RGB is 207 - color contains mainly: blue. Hex color #022ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ECF is #FDD130. Grayscale: #323232. Windows color (decimal): -16634161 or 13577730. OLE color: 13577730.
HSL color Cylindrical-coordinate representation of color #022ECF: hue angle of 227.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022ECF is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 46 | 207 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.19 |
| HSL | 227.12º | 0.98% | 0.41% | - |
| HSV(B) | 227.12º | 0.99% | 0.81% | - |
| XYZ | 12.26 | 6.47 | 59.63 | - |
| YUV | 51.2 | 215.92 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 207 | 0.99 | 0.78 | 0 | 0.19 | 227.12 | 0.98 | 0.41 |
| Hex | 2 | 2E | CF | 63 | 4E | 0 | 13 | E3 | 62 | 29 |
| Octal | 2 | 56 | 317 | 143 | 116 | 0 | 23 | 343 | 142 | 51 |
| Binary | 10 | 101110 | 11001111 | 1100011 | 1001110 | 0 | 10011 | 11100011 | 1100010 | 101001 |
Color Harmonies of #022ECF
Complementary color
Monochromatic Colors of #022ECF
Black with #022ECF
Text Example
Text Example
White with #022ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022ECF; }
p { color: rgb(2,46,207); }
H1.HeaderClassName
{
color: #022ECF;
}
.AnyTagClassName
{
color: #022ECF;
}
</style>
background-color css
<style>
a { background-color: #022ECF; }
a { background-color: rgb(2,46,207); }
div.DivClassName
{
background-color: #022ECF;
}
.BgClassName
{
background-color: #022ECF;
}
</style>
border-color css
<style>
span { border-color: #022ECF; }
span { border-color: rgb(2,46,207); }
td.TdClassName
{
border-color: #022ECF;
}
.TagClassName
{
border-color: #022ECF;
}
</style>