Shades of Persian Blue #082ADB
Tints of Persian Blue #082ADB
RGB
CMYK
RGB Variations
Color information
#082ADB (or 0x082ADB) is known color: Persian Blue. HEX triplet: 08, 2A and DB. RGB value is (8,42,219). Sum of RGB (Red+Green+Blue) = 8+42+219=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 219 (85.94% from 255 or 81.41% from 269); Max value from RGB is 219 - color contains mainly: blue. Hex color #082ADB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ADB is #F7D524. Grayscale: #333333. Windows color (decimal): -16241957 or 14363144. OLE color: 14363144.
HSL color Cylindrical-coordinate representation of color #082ADB: hue angle of 230.33º 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 #082ADB is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 42 | 219 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.14 |
| HSL | 230.33º | 0.93% | 0.45% | - |
| HSV(B) | 230.33º | 0.96% | 0.86% | - |
| XYZ | 13.71 | 6.82 | 67.61 | - |
| YUV | 52.01 | 222.24 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 219 | 0.96 | 0.81 | 0 | 0.14 | 230.33 | 0.93 | 0.45 |
| Hex | 8 | 2A | DB | 60 | 51 | 0 | E | E6 | 5D | 2D |
| Octal | 10 | 52 | 333 | 140 | 121 | 0 | 16 | 346 | 135 | 55 |
| Binary | 1000 | 101010 | 11011011 | 1100000 | 1010001 | 0 | 1110 | 11100110 | 1011101 | 101101 |
Color Harmonies of #082ADB
Complementary color
Monochromatic Colors of #082ADB
Black with #082ADB
Text Example
Text Example
White with #082ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082ADB; }
p { color: rgb(8,42,219); }
H1.HeaderClassName
{
color: #082ADB;
}
.AnyTagClassName
{
color: #082ADB;
}
</style>
background-color css
<style>
a { background-color: #082ADB; }
a { background-color: rgb(8,42,219); }
div.DivClassName
{
background-color: #082ADB;
}
.BgClassName
{
background-color: #082ADB;
}
</style>
border-color css
<style>
span { border-color: #082ADB; }
span { border-color: rgb(8,42,219); }
td.TdClassName
{
border-color: #082ADB;
}
.TagClassName
{
border-color: #082ADB;
}
</style>