Shades of Persian Blue #022ED1
Tints of Persian Blue #022ED1
RGB
CMYK
RGB Variations
Color information
#022ED1 (or 0x022ED1) is known color: Persian Blue. HEX triplet: 02, 2E and D1. RGB value is (2,46,209). Sum of RGB (Red+Green+Blue) = 2+46+209=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 209 (82.03% from 255 or 81.32% from 257); Max value from RGB is 209 - color contains mainly: blue. Hex color #022ED1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ED1 is #FDD12E. Grayscale: #323232. Windows color (decimal): -16634159 or 13708802. OLE color: 13708802.
HSL color Cylindrical-coordinate representation of color #022ED1: hue angle of 227.25º 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 #022ED1 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 46 | 209 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.18 |
| HSL | 227.25º | 0.98% | 0.41% | - |
| HSV(B) | 227.25º | 0.99% | 0.82% | - |
| XYZ | 12.51 | 6.57 | 60.93 | - |
| YUV | 51.43 | 216.92 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 209 | 0.99 | 0.78 | 0 | 0.18 | 227.25 | 0.98 | 0.41 |
| Hex | 2 | 2E | D1 | 63 | 4E | 0 | 12 | E3 | 62 | 29 |
| Octal | 2 | 56 | 321 | 143 | 116 | 0 | 22 | 343 | 142 | 51 |
| Binary | 10 | 101110 | 11010001 | 1100011 | 1001110 | 0 | 10010 | 11100011 | 1100010 | 101001 |
Color Harmonies of #022ED1
Complementary color
Monochromatic Colors of #022ED1
Black with #022ED1
Text Example
Text Example
White with #022ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022ED1; }
p { color: rgb(2,46,209); }
H1.HeaderClassName
{
color: #022ED1;
}
.AnyTagClassName
{
color: #022ED1;
}
</style>
background-color css
<style>
a { background-color: #022ED1; }
a { background-color: rgb(2,46,209); }
div.DivClassName
{
background-color: #022ED1;
}
.BgClassName
{
background-color: #022ED1;
}
</style>
border-color css
<style>
span { border-color: #022ED1; }
span { border-color: rgb(2,46,209); }
td.TdClassName
{
border-color: #022ED1;
}
.TagClassName
{
border-color: #022ED1;
}
</style>