Shades of Persian Blue #022FE6
Tints of Persian Blue #022FE6
RGB
CMYK
RGB Variations
Color information
#022FE6 (or 0x022FE6) is known color: Persian Blue. HEX triplet: 02, 2F and E6. RGB value is (2,47,230). Sum of RGB (Red+Green+Blue) = 2+47+230=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 230 (90.23% from 255 or 82.44% from 279); Max value from RGB is 230 - color contains mainly: blue. Hex color #022FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022FE6 is #FDD019. Grayscale: #353535. Windows color (decimal): -16633882 or 15085314. OLE color: 15085314.
HSL color Cylindrical-coordinate representation of color #022FE6: hue angle of 228.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FE6 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 47 | 230 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.10 |
| HSL | 228.16º | 0.98% | 0.45% | - |
| HSV(B) | 228.16º | 0.99% | 0.9% | - |
| XYZ | 15.32 | 7.76 | 75.55 | - |
| YUV | 54.41 | 227.09 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 230 | 0.99 | 0.80 | 0 | 0.10 | 228.16 | 0.98 | 0.45 |
| Hex | 2 | 2F | E6 | 63 | 50 | 0 | A | E4 | 62 | 2D |
| Octal | 2 | 57 | 346 | 143 | 120 | 0 | 12 | 344 | 142 | 55 |
| Binary | 10 | 101111 | 11100110 | 1100011 | 1010000 | 0 | 1010 | 11100100 | 1100010 | 101101 |
Color Harmonies of #022FE6
Complementary color
Monochromatic Colors of #022FE6
Black with #022FE6
Text Example
Text Example
White with #022FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022FE6; }
p { color: rgb(2,47,230); }
H1.HeaderClassName
{
color: #022FE6;
}
.AnyTagClassName
{
color: #022FE6;
}
</style>
background-color css
<style>
a { background-color: #022FE6; }
a { background-color: rgb(2,47,230); }
div.DivClassName
{
background-color: #022FE6;
}
.BgClassName
{
background-color: #022FE6;
}
</style>
border-color css
<style>
span { border-color: #022FE6; }
span { border-color: rgb(2,47,230); }
td.TdClassName
{
border-color: #022FE6;
}
.TagClassName
{
border-color: #022FE6;
}
</style>