Shades of Persian Blue #0239E4
Tints of Persian Blue #0239E4
RGB
CMYK
RGB Variations
Color information
#0239E4 (or 0x0239E4) is known color: Persian Blue. HEX triplet: 02, 39 and E4. RGB value is (2,57,228). Sum of RGB (Red+Green+Blue) = 2+57+228=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 228 (89.45% from 255 or 79.44% from 287); Max value from RGB is 228 - color contains mainly: blue. Hex color #0239E4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0239E4 is #FDC61B. Grayscale: #3B3B3B. Windows color (decimal): -16631324 or 14956802. OLE color: 14956802.
HSL color Cylindrical-coordinate representation of color #0239E4: hue angle of 225.4º 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 #0239E4 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 57 | 228 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.11 |
| HSL | 225.4º | 0.98% | 0.45% | - |
| HSV(B) | 225.4º | 0.99% | 0.89% | - |
| XYZ | 15.49 | 8.54 | 74.23 | - |
| YUV | 60.05 | 222.78 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 228 | 0.99 | 0.75 | 0 | 0.11 | 225.4 | 0.98 | 0.45 |
| Hex | 2 | 39 | E4 | 63 | 4B | 0 | B | E1 | 62 | 2D |
| Octal | 2 | 71 | 344 | 143 | 113 | 0 | 13 | 341 | 142 | 55 |
| Binary | 10 | 111001 | 11100100 | 1100011 | 1001011 | 0 | 1011 | 11100001 | 1100010 | 101101 |
Color Harmonies of #0239E4
Complementary color
Monochromatic Colors of #0239E4
Black with #0239E4
Text Example
Text Example
White with #0239E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0239E4; }
p { color: rgb(2,57,228); }
H1.HeaderClassName
{
color: #0239E4;
}
.AnyTagClassName
{
color: #0239E4;
}
</style>
background-color css
<style>
a { background-color: #0239E4; }
a { background-color: rgb(2,57,228); }
div.DivClassName
{
background-color: #0239E4;
}
.BgClassName
{
background-color: #0239E4;
}
</style>
border-color css
<style>
span { border-color: #0239E4; }
span { border-color: rgb(2,57,228); }
td.TdClassName
{
border-color: #0239E4;
}
.TagClassName
{
border-color: #0239E4;
}
</style>