Shades of Persian Blue #022EE5
Tints of Persian Blue #022EE5
RGB
CMYK
RGB Variations
Color information
#022EE5 (or 0x022EE5) is known color: Persian Blue. HEX triplet: 02, 2E and E5. RGB value is (2,46,229). Sum of RGB (Red+Green+Blue) = 2+46+229=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 229 (89.84% from 255 or 82.67% from 277); Max value from RGB is 229 - color contains mainly: blue. Hex color #022EE5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022EE5 is #FDD11A. Grayscale: #343434. Windows color (decimal): -16634139 or 15019522. OLE color: 15019522.
HSL color Cylindrical-coordinate representation of color #022EE5: hue angle of 228.37º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EE5 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 46 | 229 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.10 |
| HSL | 228.37º | 0.98% | 0.45% | - |
| HSV(B) | 228.37º | 0.99% | 0.9% | - |
| XYZ | 15.14 | 7.62 | 74.8 | - |
| YUV | 53.71 | 226.92 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 229 | 0.99 | 0.80 | 0 | 0.10 | 228.37 | 0.98 | 0.45 |
| Hex | 2 | 2E | E5 | 63 | 50 | 0 | A | E4 | 62 | 2D |
| Octal | 2 | 56 | 345 | 143 | 120 | 0 | 12 | 344 | 142 | 55 |
| Binary | 10 | 101110 | 11100101 | 1100011 | 1010000 | 0 | 1010 | 11100100 | 1100010 | 101101 |
Color Harmonies of #022EE5
Complementary color
Monochromatic Colors of #022EE5
Black with #022EE5
Text Example
Text Example
White with #022EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EE5; }
p { color: rgb(2,46,229); }
H1.HeaderClassName
{
color: #022EE5;
}
.AnyTagClassName
{
color: #022EE5;
}
</style>
background-color css
<style>
a { background-color: #022EE5; }
a { background-color: rgb(2,46,229); }
div.DivClassName
{
background-color: #022EE5;
}
.BgClassName
{
background-color: #022EE5;
}
</style>
border-color css
<style>
span { border-color: #022EE5; }
span { border-color: rgb(2,46,229); }
td.TdClassName
{
border-color: #022EE5;
}
.TagClassName
{
border-color: #022EE5;
}
</style>