Shades of Persian Blue #023EE6
Tints of Persian Blue #023EE6
RGB
CMYK
RGB Variations
Color information
#023EE6 (or 0x023EE6) is known color: Persian Blue. HEX triplet: 02, 3E and E6. RGB value is (2,62,230). Sum of RGB (Red+Green+Blue) = 2+62+230=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 62 (24.61% from 255 or 21.09% from 294); Blue value is 230 (90.23% from 255 or 78.23% from 294); Max value from RGB is 230 - color contains mainly: blue. Hex color #023EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #023EE6 is #FDC119. Grayscale: #3E3E3E. Windows color (decimal): -16630042 or 15089154. OLE color: 15089154.
HSL color Cylindrical-coordinate representation of color #023EE6: hue angle of 224.21º 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 #023EE6 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 62 | 230 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.10 |
| HSL | 224.21º | 0.98% | 0.45% | - |
| HSV(B) | 224.21º | 0.99% | 0.9% | - |
| XYZ | 16.03 | 9.17 | 75.79 | - |
| YUV | 63.21 | 222.12 | 84.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 230 | 0.99 | 0.73 | 0 | 0.10 | 224.21 | 0.98 | 0.45 |
| Hex | 2 | 3E | E6 | 63 | 49 | 0 | A | E0 | 62 | 2D |
| Octal | 2 | 76 | 346 | 143 | 111 | 0 | 12 | 340 | 142 | 55 |
| Binary | 10 | 111110 | 11100110 | 1100011 | 1001001 | 0 | 1010 | 11100000 | 1100010 | 101101 |
Color Harmonies of #023EE6
Complementary color
Monochromatic Colors of #023EE6
Black with #023EE6
Text Example
Text Example
White with #023EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023EE6; }
p { color: rgb(2,62,230); }
H1.HeaderClassName
{
color: #023EE6;
}
.AnyTagClassName
{
color: #023EE6;
}
</style>
background-color css
<style>
a { background-color: #023EE6; }
a { background-color: rgb(2,62,230); }
div.DivClassName
{
background-color: #023EE6;
}
.BgClassName
{
background-color: #023EE6;
}
</style>
border-color css
<style>
span { border-color: #023EE6; }
span { border-color: rgb(2,62,230); }
td.TdClassName
{
border-color: #023EE6;
}
.TagClassName
{
border-color: #023EE6;
}
</style>