Shades of Persian Blue #0832DC
Tints of Persian Blue #0832DC
RGB
CMYK
RGB Variations
Color information
#0832DC (or 0x0832DC) is known color: Persian Blue. HEX triplet: 08, 32 and DC. RGB value is (8,50,220). Sum of RGB (Red+Green+Blue) = 8+50+220=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 220 (86.33% from 255 or 79.14% from 278); Max value from RGB is 220 - color contains mainly: blue. Hex color #0832DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0832DC is #F7CD23. Grayscale: #383838. Windows color (decimal): -16239908 or 14430728. OLE color: 14430728.
HSL color Cylindrical-coordinate representation of color #0832DC: hue angle of 228.11º 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 #0832DC is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 50 | 220 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.14 |
| HSL | 228.11º | 0.93% | 0.45% | - |
| HSV(B) | 228.11º | 0.96% | 0.86% | - |
| XYZ | 14.16 | 7.5 | 68.41 | - |
| YUV | 56.82 | 220.09 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 220 | 0.96 | 0.77 | 0 | 0.14 | 228.11 | 0.93 | 0.45 |
| Hex | 8 | 32 | DC | 60 | 4D | 0 | E | E4 | 5D | 2D |
| Octal | 10 | 62 | 334 | 140 | 115 | 0 | 16 | 344 | 135 | 55 |
| Binary | 1000 | 110010 | 11011100 | 1100000 | 1001101 | 0 | 1110 | 11100100 | 1011101 | 101101 |
Color Harmonies of #0832DC
Complementary color
Monochromatic Colors of #0832DC
Black with #0832DC
Text Example
Text Example
White with #0832DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0832DC; }
p { color: rgb(8,50,220); }
H1.HeaderClassName
{
color: #0832DC;
}
.AnyTagClassName
{
color: #0832DC;
}
</style>
background-color css
<style>
a { background-color: #0832DC; }
a { background-color: rgb(8,50,220); }
div.DivClassName
{
background-color: #0832DC;
}
.BgClassName
{
background-color: #0832DC;
}
</style>
border-color css
<style>
span { border-color: #0832DC; }
span { border-color: rgb(8,50,220); }
td.TdClassName
{
border-color: #0832DC;
}
.TagClassName
{
border-color: #0832DC;
}
</style>