Shades of Persian Blue #023FE1
Tints of Persian Blue #023FE1
RGB
CMYK
RGB Variations
Color information
#023FE1 (or 0x023FE1) is known color: Persian Blue. HEX triplet: 02, 3F and E1. RGB value is (2,63,225). Sum of RGB (Red+Green+Blue) = 2+63+225=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 225 (88.28% from 255 or 77.59% from 290); Max value from RGB is 225 - color contains mainly: blue. Hex color #023FE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FE1 is #FDC01E. Grayscale: #3E3E3E. Windows color (decimal): -16629791 or 14761730. OLE color: 14761730.
HSL color Cylindrical-coordinate representation of color #023FE1: hue angle of 223.59º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FE1 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 63 | 225 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.12 |
| HSL | 223.59º | 0.98% | 0.45% | - |
| HSV(B) | 223.59º | 0.99% | 0.88% | - |
| XYZ | 15.39 | 9 | 72.16 | - |
| YUV | 63.23 | 219.29 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 225 | 0.99 | 0.72 | 0 | 0.12 | 223.59 | 0.98 | 0.45 |
| Hex | 2 | 3F | E1 | 63 | 48 | 0 | C | E0 | 62 | 2D |
| Octal | 2 | 77 | 341 | 143 | 110 | 0 | 14 | 340 | 142 | 55 |
| Binary | 10 | 111111 | 11100001 | 1100011 | 1001000 | 0 | 1100 | 11100000 | 1100010 | 101101 |
Color Harmonies of #023FE1
Complementary color
Monochromatic Colors of #023FE1
Black with #023FE1
Text Example
Text Example
White with #023FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FE1; }
p { color: rgb(2,63,225); }
H1.HeaderClassName
{
color: #023FE1;
}
.AnyTagClassName
{
color: #023FE1;
}
</style>
background-color css
<style>
a { background-color: #023FE1; }
a { background-color: rgb(2,63,225); }
div.DivClassName
{
background-color: #023FE1;
}
.BgClassName
{
background-color: #023FE1;
}
</style>
border-color css
<style>
span { border-color: #023FE1; }
span { border-color: rgb(2,63,225); }
td.TdClassName
{
border-color: #023FE1;
}
.TagClassName
{
border-color: #023FE1;
}
</style>