Shades of Persian Blue #0239E0
Tints of Persian Blue #0239E0
RGB
CMYK
RGB Variations
Color information
#0239E0 (or 0x0239E0) is known color: Persian Blue. HEX triplet: 02, 39 and E0. RGB value is (2,57,224). Sum of RGB (Red+Green+Blue) = 2+57+224=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 224 (87.89% from 255 or 79.15% from 283); Max value from RGB is 224 - color contains mainly: blue. Hex color #0239E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239E0 is #FDC61F. Grayscale: #3A3A3A. Windows color (decimal): -16631328 or 14694658. OLE color: 14694658.
HSL color Cylindrical-coordinate representation of color #0239E0: hue angle of 225.14º 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 #0239E0 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 2 | 57 | 224 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.12 |
| HSL | 225.14º | 0.98% | 0.44% | - |
| HSV(B) | 225.14º | 0.99% | 0.88% | - |
| XYZ | 14.94 | 8.32 | 71.34 | - |
| YUV | 59.59 | 220.78 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 224 | 0.99 | 0.75 | 0 | 0.12 | 225.14 | 0.98 | 0.44 |
| Hex | 2 | 39 | E0 | 63 | 4B | 0 | C | E1 | 62 | 2C |
| Octal | 2 | 71 | 340 | 143 | 113 | 0 | 14 | 341 | 142 | 54 |
| Binary | 10 | 111001 | 11100000 | 1100011 | 1001011 | 0 | 1100 | 11100001 | 1100010 | 101100 |
Color Harmonies of #0239E0
Complementary color
Monochromatic Colors of #0239E0
Black with #0239E0
Text Example
Text Example
White with #0239E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0239E0; }
p { color: rgb(2,57,224); }
H1.HeaderClassName
{
color: #0239E0;
}
.AnyTagClassName
{
color: #0239E0;
}
</style>
background-color css
<style>
a { background-color: #0239E0; }
a { background-color: rgb(2,57,224); }
div.DivClassName
{
background-color: #0239E0;
}
.BgClassName
{
background-color: #0239E0;
}
</style>
border-color css
<style>
span { border-color: #0239E0; }
span { border-color: rgb(2,57,224); }
td.TdClassName
{
border-color: #0239E0;
}
.TagClassName
{
border-color: #0239E0;
}
</style>