Shades of Persian Blue #0835DC
Tints of Persian Blue #0835DC
RGB
CMYK
RGB Variations
Color information
#0835DC (or 0x0835DC) is known color: Persian Blue. HEX triplet: 08, 35 and DC. RGB value is (8,53,220). Sum of RGB (Red+Green+Blue) = 8+53+220=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #0835DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0835DC is #F7CA23. Grayscale: #393939. Windows color (decimal): -16239140 or 14431496. OLE color: 14431496.
HSL color Cylindrical-coordinate representation of color #0835DC: hue angle of 227.26º 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 #0835DC is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 53 | 220 | - |
| CMYK | 0.96 | 0.76 | 0 | 0.14 |
| HSL | 227.26º | 0.93% | 0.45% | - |
| HSV(B) | 227.26º | 0.96% | 0.86% | - |
| XYZ | 14.29 | 7.77 | 68.46 | - |
| YUV | 58.58 | 219.09 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 220 | 0.96 | 0.76 | 0 | 0.14 | 227.26 | 0.93 | 0.45 |
| Hex | 8 | 35 | DC | 60 | 4C | 0 | E | E3 | 5D | 2D |
| Octal | 10 | 65 | 334 | 140 | 114 | 0 | 16 | 343 | 135 | 55 |
| Binary | 1000 | 110101 | 11011100 | 1100000 | 1001100 | 0 | 1110 | 11100011 | 1011101 | 101101 |
Color Harmonies of #0835DC
Complementary color
Monochromatic Colors of #0835DC
Black with #0835DC
Text Example
Text Example
White with #0835DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0835DC; }
p { color: rgb(8,53,220); }
H1.HeaderClassName
{
color: #0835DC;
}
.AnyTagClassName
{
color: #0835DC;
}
</style>
background-color css
<style>
a { background-color: #0835DC; }
a { background-color: rgb(8,53,220); }
div.DivClassName
{
background-color: #0835DC;
}
.BgClassName
{
background-color: #0835DC;
}
</style>
border-color css
<style>
span { border-color: #0835DC; }
span { border-color: rgb(8,53,220); }
td.TdClassName
{
border-color: #0835DC;
}
.TagClassName
{
border-color: #0835DC;
}
</style>