Shades of Persian Blue #082ADC
Tints of Persian Blue #082ADC
RGB
CMYK
RGB Variations
Color information
#082ADC (or 0x082ADC) is known color: Persian Blue. HEX triplet: 08, 2A and DC. RGB value is (8,42,220). Sum of RGB (Red+Green+Blue) = 8+42+220=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 220 (86.33% from 255 or 81.48% from 270); Max value from RGB is 220 - color contains mainly: blue. Hex color #082ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ADC is #F7D523. Grayscale: #333333. Windows color (decimal): -16241956 or 14428680. OLE color: 14428680.
HSL color Cylindrical-coordinate representation of color #082ADC: hue angle of 230.38º 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 #082ADC is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 42 | 220 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.14 |
| HSL | 230.38º | 0.93% | 0.45% | - |
| HSV(B) | 230.38º | 0.96% | 0.86% | - |
| XYZ | 13.85 | 6.87 | 68.31 | - |
| YUV | 52.13 | 222.74 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 220 | 0.96 | 0.81 | 0 | 0.14 | 230.38 | 0.93 | 0.45 |
| Hex | 8 | 2A | DC | 60 | 51 | 0 | E | E6 | 5D | 2D |
| Octal | 10 | 52 | 334 | 140 | 121 | 0 | 16 | 346 | 135 | 55 |
| Binary | 1000 | 101010 | 11011100 | 1100000 | 1010001 | 0 | 1110 | 11100110 | 1011101 | 101101 |
Color Harmonies of #082ADC
Complementary color
Monochromatic Colors of #082ADC
Black with #082ADC
Text Example
Text Example
White with #082ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082ADC; }
p { color: rgb(8,42,220); }
H1.HeaderClassName
{
color: #082ADC;
}
.AnyTagClassName
{
color: #082ADC;
}
</style>
background-color css
<style>
a { background-color: #082ADC; }
a { background-color: rgb(8,42,220); }
div.DivClassName
{
background-color: #082ADC;
}
.BgClassName
{
background-color: #082ADC;
}
</style>
border-color css
<style>
span { border-color: #082ADC; }
span { border-color: rgb(8,42,220); }
td.TdClassName
{
border-color: #082ADC;
}
.TagClassName
{
border-color: #082ADC;
}
</style>