Shades of Persian Blue #0834EE
Tints of Persian Blue #0834EE
RGB
CMYK
RGB Variations
Color information
#0834EE (or 0x0834EE) is known color: Persian Blue. HEX triplet: 08, 34 and EE. RGB value is (8,52,238). Sum of RGB (Red+Green+Blue) = 8+52+238=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #0834EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0834EE is #F7CB11. Grayscale: #3B3B3B. Windows color (decimal): -16239378 or 15610888. OLE color: 15610888.
HSL color Cylindrical-coordinate representation of color #0834EE: hue angle of 228.52º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0834EE is Cyan = 0.97, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 8 | 52 | 238 | - |
| CMYK | 0.97 | 0.78 | 0 | 0.07 |
| HSL | 228.52º | 0.93% | 0.48% | - |
| HSV(B) | 228.52º | 0.97% | 0.93% | - |
| XYZ | 16.76 | 8.68 | 81.68 | - |
| YUV | 60.05 | 228.42 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 238 | 0.97 | 0.78 | 0 | 0.07 | 228.52 | 0.93 | 0.48 |
| Hex | 8 | 34 | EE | 61 | 4E | 0 | 7 | E5 | 5D | 30 |
| Octal | 10 | 64 | 356 | 141 | 116 | 0 | 7 | 345 | 135 | 60 |
| Binary | 1000 | 110100 | 11101110 | 1100001 | 1001110 | 0 | 111 | 11100101 | 1011101 | 110000 |
Color Harmonies of #0834EE
Complementary color
Monochromatic Colors of #0834EE
Black with #0834EE
Text Example
Text Example
White with #0834EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0834EE; }
p { color: rgb(8,52,238); }
H1.HeaderClassName
{
color: #0834EE;
}
.AnyTagClassName
{
color: #0834EE;
}
</style>
background-color css
<style>
a { background-color: #0834EE; }
a { background-color: rgb(8,52,238); }
div.DivClassName
{
background-color: #0834EE;
}
.BgClassName
{
background-color: #0834EE;
}
</style>
border-color css
<style>
span { border-color: #0834EE; }
span { border-color: rgb(8,52,238); }
td.TdClassName
{
border-color: #0834EE;
}
.TagClassName
{
border-color: #0834EE;
}
</style>