Shades of Persian Blue #022ECE
Tints of Persian Blue #022ECE
RGB
CMYK
RGB Variations
Color information
#022ECE (or 0x022ECE) is known color: Persian Blue. HEX triplet: 02, 2E and CE. RGB value is (2,46,206). Sum of RGB (Red+Green+Blue) = 2+46+206=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 206 (80.86% from 255 or 81.10% from 254); Max value from RGB is 206 - color contains mainly: blue. Hex color #022ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ECE is #FDD131. Grayscale: #323232. Windows color (decimal): -16634162 or 13512194. OLE color: 13512194.
HSL color Cylindrical-coordinate representation of color #022ECE: hue angle of 227.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022ECE is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 46 | 206 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.19 |
| HSL | 227.06º | 0.98% | 0.41% | - |
| HSV(B) | 227.06º | 0.99% | 0.81% | - |
| XYZ | 12.14 | 6.42 | 58.99 | - |
| YUV | 51.08 | 215.42 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 46 | 206 | 0.99 | 0.78 | 0 | 0.19 | 227.06 | 0.98 | 0.41 |
| Hex | 2 | 2E | CE | 63 | 4E | 0 | 13 | E3 | 62 | 29 |
| Octal | 2 | 56 | 316 | 143 | 116 | 0 | 23 | 343 | 142 | 51 |
| Binary | 10 | 101110 | 11001110 | 1100011 | 1001110 | 0 | 10011 | 11100011 | 1100010 | 101001 |
Color Harmonies of #022ECE
Complementary color
Monochromatic Colors of #022ECE
Black with #022ECE
Text Example
Text Example
White with #022ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022ECE; }
p { color: rgb(2,46,206); }
H1.HeaderClassName
{
color: #022ECE;
}
.AnyTagClassName
{
color: #022ECE;
}
</style>
background-color css
<style>
a { background-color: #022ECE; }
a { background-color: rgb(2,46,206); }
div.DivClassName
{
background-color: #022ECE;
}
.BgClassName
{
background-color: #022ECE;
}
</style>
border-color css
<style>
span { border-color: #022ECE; }
span { border-color: rgb(2,46,206); }
td.TdClassName
{
border-color: #022ECE;
}
.TagClassName
{
border-color: #022ECE;
}
</style>