Shades of Persian Blue #0834DD
Tints of Persian Blue #0834DD
RGB
CMYK
RGB Variations
Color information
#0834DD (or 0x0834DD) is known color: Persian Blue. HEX triplet: 08, 34 and DD. RGB value is (8,52,221). Sum of RGB (Red+Green+Blue) = 8+52+221=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #0834DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0834DD is #F7CB22. Grayscale: #393939. Windows color (decimal): -16239395 or 14496776. OLE color: 14496776.
HSL color Cylindrical-coordinate representation of color #0834DD: hue angle of 227.61º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0834DD is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 52 | 221 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.13 |
| HSL | 227.61º | 0.93% | 0.45% | - |
| HSV(B) | 227.61º | 0.96% | 0.87% | - |
| XYZ | 14.38 | 7.73 | 69.14 | - |
| YUV | 58.11 | 219.92 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 221 | 0.96 | 0.76 | 0 | 0.13 | 227.61 | 0.93 | 0.45 |
| Hex | 8 | 34 | DD | 60 | 4C | 0 | D | E4 | 5D | 2D |
| Octal | 10 | 64 | 335 | 140 | 114 | 0 | 15 | 344 | 135 | 55 |
| Binary | 1000 | 110100 | 11011101 | 1100000 | 1001100 | 0 | 1101 | 11100100 | 1011101 | 101101 |
Color Harmonies of #0834DD
Complementary color
Monochromatic Colors of #0834DD
Black with #0834DD
Text Example
Text Example
White with #0834DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0834DD; }
p { color: rgb(8,52,221); }
H1.HeaderClassName
{
color: #0834DD;
}
.AnyTagClassName
{
color: #0834DD;
}
</style>
background-color css
<style>
a { background-color: #0834DD; }
a { background-color: rgb(8,52,221); }
div.DivClassName
{
background-color: #0834DD;
}
.BgClassName
{
background-color: #0834DD;
}
</style>
border-color css
<style>
span { border-color: #0834DD; }
span { border-color: rgb(8,52,221); }
td.TdClassName
{
border-color: #0834DD;
}
.TagClassName
{
border-color: #0834DD;
}
</style>