Shades of Persian Blue #022ED4
Tints of Persian Blue #022ED4
RGB
CMYK
RGB Variations
Color information
#022ED4 (or 0x022ED4) is known color: Persian Blue. HEX triplet: 02, 2E and D4. RGB value is (2,46,212). Sum of RGB (Red+Green+Blue) = 2+46+212=260 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 212 (83.20% from 255 or 81.54% from 260); Max value from RGB is 212 - color contains mainly: blue. Hex color #022ED4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ED4 is #FDD12B. Grayscale: #333333. Windows color (decimal): -16634156 or 13905410. OLE color: 13905410.
HSL color Cylindrical-coordinate representation of color #022ED4: hue angle of 227.43º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022ED4 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 2 | 46 | 212 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.17 |
| HSL | 227.43º | 0.98% | 0.42% | - |
| HSV(B) | 227.43º | 0.99% | 0.83% | - |
| XYZ | 12.89 | 6.72 | 62.91 | - |
| YUV | 51.77 | 218.42 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 212 | 0.99 | 0.78 | 0 | 0.17 | 227.43 | 0.98 | 0.42 |
| Hex | 2 | 2E | D4 | 63 | 4E | 0 | 11 | E3 | 62 | 2A |
| Octal | 2 | 56 | 324 | 143 | 116 | 0 | 21 | 343 | 142 | 52 |
| Binary | 10 | 101110 | 11010100 | 1100011 | 1001110 | 0 | 10001 | 11100011 | 1100010 | 101010 |
Color Harmonies of #022ED4
Complementary color
Monochromatic Colors of #022ED4
Black with #022ED4
Text Example
Text Example
White with #022ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022ED4; }
p { color: rgb(2,46,212); }
H1.HeaderClassName
{
color: #022ED4;
}
.AnyTagClassName
{
color: #022ED4;
}
</style>
background-color css
<style>
a { background-color: #022ED4; }
a { background-color: rgb(2,46,212); }
div.DivClassName
{
background-color: #022ED4;
}
.BgClassName
{
background-color: #022ED4;
}
</style>
border-color css
<style>
span { border-color: #022ED4; }
span { border-color: rgb(2,46,212); }
td.TdClassName
{
border-color: #022ED4;
}
.TagClassName
{
border-color: #022ED4;
}
</style>