Shades of Persian Blue #0839EA
Tints of Persian Blue #0839EA
RGB
CMYK
RGB Variations
Color information
#0839EA (or 0x0839EA) is known color: Persian Blue. HEX triplet: 08, 39 and EA. RGB value is (8,57,234). Sum of RGB (Red+Green+Blue) = 8+57+234=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 234 (91.80% from 255 or 78.26% from 299); Max value from RGB is 234 - color contains mainly: blue. Hex color #0839EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0839EA is #F7C615. Grayscale: #3D3D3D. Windows color (decimal): -16238102 or 15350024. OLE color: 15350024.
HSL color Cylindrical-coordinate representation of color #0839EA: hue angle of 226.99º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0839EA is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 57 | 234 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.08 |
| HSL | 226.99º | 0.93% | 0.47% | - |
| HSV(B) | 226.99º | 0.97% | 0.92% | - |
| XYZ | 16.41 | 8.92 | 78.7 | - |
| YUV | 62.53 | 224.77 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 57 | 234 | 0.97 | 0.76 | 0 | 0.08 | 226.99 | 0.93 | 0.47 |
| Hex | 8 | 39 | EA | 61 | 4C | 0 | 8 | E3 | 5D | 2F |
| Octal | 10 | 71 | 352 | 141 | 114 | 0 | 10 | 343 | 135 | 57 |
| Binary | 1000 | 111001 | 11101010 | 1100001 | 1001100 | 0 | 1000 | 11100011 | 1011101 | 101111 |
Color Harmonies of #0839EA
Complementary color
Monochromatic Colors of #0839EA
Black with #0839EA
Text Example
Text Example
White with #0839EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0839EA; }
p { color: rgb(8,57,234); }
H1.HeaderClassName
{
color: #0839EA;
}
.AnyTagClassName
{
color: #0839EA;
}
</style>
background-color css
<style>
a { background-color: #0839EA; }
a { background-color: rgb(8,57,234); }
div.DivClassName
{
background-color: #0839EA;
}
.BgClassName
{
background-color: #0839EA;
}
</style>
border-color css
<style>
span { border-color: #0839EA; }
span { border-color: rgb(8,57,234); }
td.TdClassName
{
border-color: #0839EA;
}
.TagClassName
{
border-color: #0839EA;
}
</style>