Shades of Persian Blue #082DDC
Tints of Persian Blue #082DDC
RGB
CMYK
RGB Variations
Color information
#082DDC (or 0x082DDC) is known color: Persian Blue. HEX triplet: 08, 2D and DC. RGB value is (8,45,220). Sum of RGB (Red+Green+Blue) = 8+45+220=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 220 (86.33% from 255 or 80.59% from 273); Max value from RGB is 220 - color contains mainly: blue. Hex color #082DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DDC is #F7D223. Grayscale: #353535. Windows color (decimal): -16241188 or 14429448. OLE color: 14429448.
HSL color Cylindrical-coordinate representation of color #082DDC: hue angle of 229.53º 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 #082DDC is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 45 | 220 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.14 |
| HSL | 229.53º | 0.93% | 0.45% | - |
| HSV(B) | 229.53º | 0.96% | 0.86% | - |
| XYZ | 13.96 | 7.1 | 68.34 | - |
| YUV | 53.89 | 221.74 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 220 | 0.96 | 0.80 | 0 | 0.14 | 229.53 | 0.93 | 0.45 |
| Hex | 8 | 2D | DC | 60 | 50 | 0 | E | E6 | 5D | 2D |
| Octal | 10 | 55 | 334 | 140 | 120 | 0 | 16 | 346 | 135 | 55 |
| Binary | 1000 | 101101 | 11011100 | 1100000 | 1010000 | 0 | 1110 | 11100110 | 1011101 | 101101 |
Color Harmonies of #082DDC
Complementary color
Monochromatic Colors of #082DDC
Black with #082DDC
Text Example
Text Example
White with #082DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DDC; }
p { color: rgb(8,45,220); }
H1.HeaderClassName
{
color: #082DDC;
}
.AnyTagClassName
{
color: #082DDC;
}
</style>
background-color css
<style>
a { background-color: #082DDC; }
a { background-color: rgb(8,45,220); }
div.DivClassName
{
background-color: #082DDC;
}
.BgClassName
{
background-color: #082DDC;
}
</style>
border-color css
<style>
span { border-color: #082DDC; }
span { border-color: rgb(8,45,220); }
td.TdClassName
{
border-color: #082DDC;
}
.TagClassName
{
border-color: #082DDC;
}
</style>