Shades of Persian Blue #082BDB
Tints of Persian Blue #082BDB
RGB
CMYK
RGB Variations
Color information
#082BDB (or 0x082BDB) is known color: Persian Blue. HEX triplet: 08, 2B and DB. RGB value is (8,43,219). Sum of RGB (Red+Green+Blue) = 8+43+219=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 219 (85.94% from 255 or 81.11% from 270); Max value from RGB is 219 - color contains mainly: blue. Hex color #082BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BDB is #F7D424. Grayscale: #333333. Windows color (decimal): -16241701 or 14363400. OLE color: 14363400.
HSL color Cylindrical-coordinate representation of color #082BDB: hue angle of 230.05º 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 #082BDB is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 43 | 219 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.14 |
| HSL | 230.05º | 0.93% | 0.45% | - |
| HSV(B) | 230.05º | 0.96% | 0.86% | - |
| XYZ | 13.75 | 6.89 | 67.62 | - |
| YUV | 52.6 | 221.9 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 219 | 0.96 | 0.80 | 0 | 0.14 | 230.05 | 0.93 | 0.45 |
| Hex | 8 | 2B | DB | 60 | 50 | 0 | E | E6 | 5D | 2D |
| Octal | 10 | 53 | 333 | 140 | 120 | 0 | 16 | 346 | 135 | 55 |
| Binary | 1000 | 101011 | 11011011 | 1100000 | 1010000 | 0 | 1110 | 11100110 | 1011101 | 101101 |
Color Harmonies of #082BDB
Complementary color
Monochromatic Colors of #082BDB
Black with #082BDB
Text Example
Text Example
White with #082BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BDB; }
p { color: rgb(8,43,219); }
H1.HeaderClassName
{
color: #082BDB;
}
.AnyTagClassName
{
color: #082BDB;
}
</style>
background-color css
<style>
a { background-color: #082BDB; }
a { background-color: rgb(8,43,219); }
div.DivClassName
{
background-color: #082BDB;
}
.BgClassName
{
background-color: #082BDB;
}
</style>
border-color css
<style>
span { border-color: #082BDB; }
span { border-color: rgb(8,43,219); }
td.TdClassName
{
border-color: #082BDB;
}
.TagClassName
{
border-color: #082BDB;
}
</style>