Shades of Persian Blue #022EDA
Tints of Persian Blue #022EDA
RGB
CMYK
RGB Variations
Color information
#022EDA (or 0x022EDA) is known color: Persian Blue. HEX triplet: 02, 2E and DA. RGB value is (2,46,218). Sum of RGB (Red+Green+Blue) = 2+46+218=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 218 (85.55% from 255 or 81.95% from 266); Max value from RGB is 218 - color contains mainly: blue. Hex color #022EDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022EDA is #FDD125. Grayscale: #333333. Windows color (decimal): -16634150 or 14298626. OLE color: 14298626.
HSL color Cylindrical-coordinate representation of color #022EDA: hue angle of 227.78º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022EDA is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 46 | 218 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.15 |
| HSL | 227.78º | 0.98% | 0.43% | - |
| HSV(B) | 227.78º | 0.99% | 0.85% | - |
| XYZ | 13.66 | 7.03 | 66.97 | - |
| YUV | 52.45 | 221.42 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 218 | 0.99 | 0.79 | 0 | 0.15 | 227.78 | 0.98 | 0.43 |
| Hex | 2 | 2E | DA | 63 | 4F | 0 | F | E4 | 62 | 2B |
| Octal | 2 | 56 | 332 | 143 | 117 | 0 | 17 | 344 | 142 | 53 |
| Binary | 10 | 101110 | 11011010 | 1100011 | 1001111 | 0 | 1111 | 11100100 | 1100010 | 101011 |
Color Harmonies of #022EDA
Complementary color
Monochromatic Colors of #022EDA
Black with #022EDA
Text Example
Text Example
White with #022EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022EDA; }
p { color: rgb(2,46,218); }
H1.HeaderClassName
{
color: #022EDA;
}
.AnyTagClassName
{
color: #022EDA;
}
</style>
background-color css
<style>
a { background-color: #022EDA; }
a { background-color: rgb(2,46,218); }
div.DivClassName
{
background-color: #022EDA;
}
.BgClassName
{
background-color: #022EDA;
}
</style>
border-color css
<style>
span { border-color: #022EDA; }
span { border-color: rgb(2,46,218); }
td.TdClassName
{
border-color: #022EDA;
}
.TagClassName
{
border-color: #022EDA;
}
</style>