Shades of Persian Blue #022ED0
Tints of Persian Blue #022ED0
RGB
CMYK
RGB Variations
Color information
#022ED0 (or 0x022ED0) is known color: Persian Blue. HEX triplet: 02, 2E and D0. RGB value is (2,46,208). Sum of RGB (Red+Green+Blue) = 2+46+208=256 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 208 (81.64% from 255 or 81.25% from 256); Max value from RGB is 208 - color contains mainly: blue. Hex color #022ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ED0 is #FDD12F. Grayscale: #323232. Windows color (decimal): -16634160 or 13643266. OLE color: 13643266.
HSL color Cylindrical-coordinate representation of color #022ED0: hue angle of 227.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022ED0 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 46 | 208 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.18 |
| HSL | 227.18º | 0.98% | 0.41% | - |
| HSV(B) | 227.18º | 0.99% | 0.82% | - |
| XYZ | 12.39 | 6.52 | 60.28 | - |
| YUV | 51.31 | 216.42 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 208 | 0.99 | 0.78 | 0 | 0.18 | 227.18 | 0.98 | 0.41 |
| Hex | 2 | 2E | D0 | 63 | 4E | 0 | 12 | E3 | 62 | 29 |
| Octal | 2 | 56 | 320 | 143 | 116 | 0 | 22 | 343 | 142 | 51 |
| Binary | 10 | 101110 | 11010000 | 1100011 | 1001110 | 0 | 10010 | 11100011 | 1100010 | 101001 |
Color Harmonies of #022ED0
Complementary color
Monochromatic Colors of #022ED0
Black with #022ED0
Text Example
Text Example
White with #022ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022ED0; }
p { color: rgb(2,46,208); }
H1.HeaderClassName
{
color: #022ED0;
}
.AnyTagClassName
{
color: #022ED0;
}
</style>
background-color css
<style>
a { background-color: #022ED0; }
a { background-color: rgb(2,46,208); }
div.DivClassName
{
background-color: #022ED0;
}
.BgClassName
{
background-color: #022ED0;
}
</style>
border-color css
<style>
span { border-color: #022ED0; }
span { border-color: rgb(2,46,208); }
td.TdClassName
{
border-color: #022ED0;
}
.TagClassName
{
border-color: #022ED0;
}
</style>