Shades of Persian Blue #023BE0
Tints of Persian Blue #023BE0
RGB
CMYK
RGB Variations
Color information
#023BE0 (or 0x023BE0) is known color: Persian Blue. HEX triplet: 02, 3B and E0. RGB value is (2,59,224). Sum of RGB (Red+Green+Blue) = 2+59+224=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 224 (87.89% from 255 or 78.60% from 285); Max value from RGB is 224 - color contains mainly: blue. Hex color #023BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023BE0 is #FDC41F. Grayscale: #3C3C3C. Windows color (decimal): -16630816 or 14695170. OLE color: 14695170.
HSL color Cylindrical-coordinate representation of color #023BE0: hue angle of 224.59º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023BE0 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 59 | 224 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.12 |
| HSL | 224.59º | 0.98% | 0.44% | - |
| HSV(B) | 224.59º | 0.99% | 0.88% | - |
| XYZ | 15.04 | 8.52 | 71.37 | - |
| YUV | 60.77 | 220.12 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 224 | 0.99 | 0.74 | 0 | 0.12 | 224.59 | 0.98 | 0.44 |
| Hex | 2 | 3B | E0 | 63 | 4A | 0 | C | E1 | 62 | 2C |
| Octal | 2 | 73 | 340 | 143 | 112 | 0 | 14 | 341 | 142 | 54 |
| Binary | 10 | 111011 | 11100000 | 1100011 | 1001010 | 0 | 1100 | 11100001 | 1100010 | 101100 |
Color Harmonies of #023BE0
Complementary color
Monochromatic Colors of #023BE0
Black with #023BE0
Text Example
Text Example
White with #023BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023BE0; }
p { color: rgb(2,59,224); }
H1.HeaderClassName
{
color: #023BE0;
}
.AnyTagClassName
{
color: #023BE0;
}
</style>
background-color css
<style>
a { background-color: #023BE0; }
a { background-color: rgb(2,59,224); }
div.DivClassName
{
background-color: #023BE0;
}
.BgClassName
{
background-color: #023BE0;
}
</style>
border-color css
<style>
span { border-color: #023BE0; }
span { border-color: rgb(2,59,224); }
td.TdClassName
{
border-color: #023BE0;
}
.TagClassName
{
border-color: #023BE0;
}
</style>