Shades of Persian Blue #022EDD
Tints of Persian Blue #022EDD
RGB
CMYK
RGB Variations
Color information
#022EDD (or 0x022EDD) is known color: Persian Blue. HEX triplet: 02, 2E and DD. RGB value is (2,46,221). Sum of RGB (Red+Green+Blue) = 2+46+221=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #022EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022EDD is #FDD122. Grayscale: #343434. Windows color (decimal): -16634147 or 14495234. OLE color: 14495234.
HSL color Cylindrical-coordinate representation of color #022EDD: hue angle of 227.95º 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 #022EDD is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 2 | 46 | 221 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.13 |
| HSL | 227.95º | 0.98% | 0.44% | - |
| HSV(B) | 227.95º | 0.99% | 0.87% | - |
| XYZ | 14.05 | 7.19 | 69.05 | - |
| YUV | 52.79 | 222.92 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 221 | 0.99 | 0.79 | 0 | 0.13 | 227.95 | 0.98 | 0.44 |
| Hex | 2 | 2E | DD | 63 | 4F | 0 | D | E4 | 62 | 2C |
| Octal | 2 | 56 | 335 | 143 | 117 | 0 | 15 | 344 | 142 | 54 |
| Binary | 10 | 101110 | 11011101 | 1100011 | 1001111 | 0 | 1101 | 11100100 | 1100010 | 101100 |
Color Harmonies of #022EDD
Complementary color
Monochromatic Colors of #022EDD
Black with #022EDD
Text Example
Text Example
White with #022EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EDD; }
p { color: rgb(2,46,221); }
H1.HeaderClassName
{
color: #022EDD;
}
.AnyTagClassName
{
color: #022EDD;
}
</style>
background-color css
<style>
a { background-color: #022EDD; }
a { background-color: rgb(2,46,221); }
div.DivClassName
{
background-color: #022EDD;
}
.BgClassName
{
background-color: #022EDD;
}
</style>
border-color css
<style>
span { border-color: #022EDD; }
span { border-color: rgb(2,46,221); }
td.TdClassName
{
border-color: #022EDD;
}
.TagClassName
{
border-color: #022EDD;
}
</style>