Shades of Persian Blue #023FE2
Tints of Persian Blue #023FE2
RGB
CMYK
RGB Variations
Color information
#023FE2 (or 0x023FE2) is known color: Persian Blue. HEX triplet: 02, 3F and E2. RGB value is (2,63,226). Sum of RGB (Red+Green+Blue) = 2+63+226=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 226 (88.67% from 255 or 77.66% from 291); Max value from RGB is 226 - color contains mainly: blue. Hex color #023FE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FE2 is #FDC01D. Grayscale: #3E3E3E. Windows color (decimal): -16629790 or 14827266. OLE color: 14827266.
HSL color Cylindrical-coordinate representation of color #023FE2: hue angle of 223.66º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FE2 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 63 | 226 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.11 |
| HSL | 223.66º | 0.98% | 0.45% | - |
| HSV(B) | 223.66º | 0.99% | 0.89% | - |
| XYZ | 15.53 | 9.06 | 72.88 | - |
| YUV | 63.34 | 219.79 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 226 | 0.99 | 0.72 | 0 | 0.11 | 223.66 | 0.98 | 0.45 |
| Hex | 2 | 3F | E2 | 63 | 48 | 0 | B | E0 | 62 | 2D |
| Octal | 2 | 77 | 342 | 143 | 110 | 0 | 13 | 340 | 142 | 55 |
| Binary | 10 | 111111 | 11100010 | 1100011 | 1001000 | 0 | 1011 | 11100000 | 1100010 | 101101 |
Color Harmonies of #023FE2
Complementary color
Monochromatic Colors of #023FE2
Black with #023FE2
Text Example
Text Example
White with #023FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FE2; }
p { color: rgb(2,63,226); }
H1.HeaderClassName
{
color: #023FE2;
}
.AnyTagClassName
{
color: #023FE2;
}
</style>
background-color css
<style>
a { background-color: #023FE2; }
a { background-color: rgb(2,63,226); }
div.DivClassName
{
background-color: #023FE2;
}
.BgClassName
{
background-color: #023FE2;
}
</style>
border-color css
<style>
span { border-color: #023FE2; }
span { border-color: rgb(2,63,226); }
td.TdClassName
{
border-color: #023FE2;
}
.TagClassName
{
border-color: #023FE2;
}
</style>