Shades of Persian Blue #022EE1
Tints of Persian Blue #022EE1
RGB
CMYK
RGB Variations
Color information
#022EE1 (or 0x022EE1) is known color: Persian Blue. HEX triplet: 02, 2E and E1. RGB value is (2,46,225). Sum of RGB (Red+Green+Blue) = 2+46+225=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 225 (88.28% from 255 or 82.42% from 273); Max value from RGB is 225 - color contains mainly: blue. Hex color #022EE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022EE1 is #FDD11E. Grayscale: #343434. Windows color (decimal): -16634143 or 14757378. OLE color: 14757378.
HSL color Cylindrical-coordinate representation of color #022EE1: hue angle of 228.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EE1 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 46 | 225 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.12 |
| HSL | 228.16º | 0.98% | 0.45% | - |
| HSV(B) | 228.16º | 0.99% | 0.88% | - |
| XYZ | 14.59 | 7.4 | 71.89 | - |
| YUV | 53.25 | 224.92 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 225 | 0.99 | 0.80 | 0 | 0.12 | 228.16 | 0.98 | 0.45 |
| Hex | 2 | 2E | E1 | 63 | 50 | 0 | C | E4 | 62 | 2D |
| Octal | 2 | 56 | 341 | 143 | 120 | 0 | 14 | 344 | 142 | 55 |
| Binary | 10 | 101110 | 11100001 | 1100011 | 1010000 | 0 | 1100 | 11100100 | 1100010 | 101101 |
Color Harmonies of #022EE1
Complementary color
Monochromatic Colors of #022EE1
Black with #022EE1
Text Example
Text Example
White with #022EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EE1; }
p { color: rgb(2,46,225); }
H1.HeaderClassName
{
color: #022EE1;
}
.AnyTagClassName
{
color: #022EE1;
}
</style>
background-color css
<style>
a { background-color: #022EE1; }
a { background-color: rgb(2,46,225); }
div.DivClassName
{
background-color: #022EE1;
}
.BgClassName
{
background-color: #022EE1;
}
</style>
border-color css
<style>
span { border-color: #022EE1; }
span { border-color: rgb(2,46,225); }
td.TdClassName
{
border-color: #022EE1;
}
.TagClassName
{
border-color: #022EE1;
}
</style>