Shades of Persian Blue #022EDE
Tints of Persian Blue #022EDE
RGB
CMYK
RGB Variations
Color information
#022EDE (or 0x022EDE) is known color: Persian Blue. HEX triplet: 02, 2E and DE. RGB value is (2,46,222). Sum of RGB (Red+Green+Blue) = 2+46+222=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 222 (87.11% from 255 or 82.22% from 270); Max value from RGB is 222 - color contains mainly: blue. Hex color #022EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022EDE is #FDD121. Grayscale: #343434. Windows color (decimal): -16634146 or 14560770. OLE color: 14560770.
HSL color Cylindrical-coordinate representation of color #022EDE: hue angle of 228º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EDE is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 46 | 222 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.13 |
| HSL | 228º | 0.98% | 0.44% | - |
| HSV(B) | 228º | 0.99% | 0.87% | - |
| XYZ | 14.19 | 7.24 | 69.76 | - |
| YUV | 52.91 | 223.42 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 222 | 0.99 | 0.79 | 0 | 0.13 | 228 | 0.98 | 0.44 |
| Hex | 2 | 2E | DE | 63 | 4F | 0 | D | E4 | 62 | 2C |
| Octal | 2 | 56 | 336 | 143 | 117 | 0 | 15 | 344 | 142 | 54 |
| Binary | 10 | 101110 | 11011110 | 1100011 | 1001111 | 0 | 1101 | 11100100 | 1100010 | 101100 |
Color Harmonies of #022EDE
Complementary color
Monochromatic Colors of #022EDE
Black with #022EDE
Text Example
Text Example
White with #022EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EDE; }
p { color: rgb(2,46,222); }
H1.HeaderClassName
{
color: #022EDE;
}
.AnyTagClassName
{
color: #022EDE;
}
</style>
background-color css
<style>
a { background-color: #022EDE; }
a { background-color: rgb(2,46,222); }
div.DivClassName
{
background-color: #022EDE;
}
.BgClassName
{
background-color: #022EDE;
}
</style>
border-color css
<style>
span { border-color: #022EDE; }
span { border-color: rgb(2,46,222); }
td.TdClassName
{
border-color: #022EDE;
}
.TagClassName
{
border-color: #022EDE;
}
</style>