Shades of Persian Blue #0834DC
Tints of Persian Blue #0834DC
RGB
CMYK
RGB Variations
Color information
#0834DC (or 0x0834DC) is known color: Persian Blue. HEX triplet: 08, 34 and DC. RGB value is (8,52,220). Sum of RGB (Red+Green+Blue) = 8+52+220=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 220 (86.33% from 255 or 78.57% from 280); Max value from RGB is 220 - color contains mainly: blue. Hex color #0834DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0834DC is #F7CB23. Grayscale: #393939. Windows color (decimal): -16239396 or 14431240. OLE color: 14431240.
HSL color Cylindrical-coordinate representation of color #0834DC: hue angle of 227.55º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0834DC is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 52 | 220 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.14 |
| HSL | 227.55º | 0.93% | 0.45% | - |
| HSV(B) | 227.55º | 0.96% | 0.86% | - |
| XYZ | 14.25 | 7.67 | 68.44 | - |
| YUV | 58 | 219.42 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 220 | 0.96 | 0.76 | 0 | 0.14 | 227.55 | 0.93 | 0.45 |
| Hex | 8 | 34 | DC | 60 | 4C | 0 | E | E4 | 5D | 2D |
| Octal | 10 | 64 | 334 | 140 | 114 | 0 | 16 | 344 | 135 | 55 |
| Binary | 1000 | 110100 | 11011100 | 1100000 | 1001100 | 0 | 1110 | 11100100 | 1011101 | 101101 |
Color Harmonies of #0834DC
Complementary color
Monochromatic Colors of #0834DC
Black with #0834DC
Text Example
Text Example
White with #0834DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0834DC; }
p { color: rgb(8,52,220); }
H1.HeaderClassName
{
color: #0834DC;
}
.AnyTagClassName
{
color: #0834DC;
}
</style>
background-color css
<style>
a { background-color: #0834DC; }
a { background-color: rgb(8,52,220); }
div.DivClassName
{
background-color: #0834DC;
}
.BgClassName
{
background-color: #0834DC;
}
</style>
border-color css
<style>
span { border-color: #0834DC; }
span { border-color: rgb(8,52,220); }
td.TdClassName
{
border-color: #0834DC;
}
.TagClassName
{
border-color: #0834DC;
}
</style>