Shades of Persian Blue #082BE0
Tints of Persian Blue #082BE0
RGB
CMYK
RGB Variations
Color information
#082BE0 (or 0x082BE0) is known color: Persian Blue. HEX triplet: 08, 2B and E0. RGB value is (8,43,224). Sum of RGB (Red+Green+Blue) = 8+43+224=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 43 (17.19% from 255 or 15.64% from 275); Blue value is 224 (87.89% from 255 or 81.45% from 275); Max value from RGB is 224 - color contains mainly: blue. Hex color #082BE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BE0 is #F7D41F. Grayscale: #343434. Windows color (decimal): -16241696 or 14691080. OLE color: 14691080.
HSL color Cylindrical-coordinate representation of color #082BE0: hue angle of 230.28º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082BE0 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 43 | 224 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.12 |
| HSL | 230.28º | 0.93% | 0.45% | - |
| HSV(B) | 230.28º | 0.96% | 0.88% | - |
| XYZ | 14.42 | 7.16 | 71.14 | - |
| YUV | 53.17 | 224.4 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 224 | 0.96 | 0.81 | 0 | 0.12 | 230.28 | 0.93 | 0.45 |
| Hex | 8 | 2B | E0 | 60 | 51 | 0 | C | E6 | 5D | 2D |
| Octal | 10 | 53 | 340 | 140 | 121 | 0 | 14 | 346 | 135 | 55 |
| Binary | 1000 | 101011 | 11100000 | 1100000 | 1010001 | 0 | 1100 | 11100110 | 1011101 | 101101 |
Color Harmonies of #082BE0
Complementary color
Monochromatic Colors of #082BE0
Black with #082BE0
Text Example
Text Example
White with #082BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BE0; }
p { color: rgb(8,43,224); }
H1.HeaderClassName
{
color: #082BE0;
}
.AnyTagClassName
{
color: #082BE0;
}
</style>
background-color css
<style>
a { background-color: #082BE0; }
a { background-color: rgb(8,43,224); }
div.DivClassName
{
background-color: #082BE0;
}
.BgClassName
{
background-color: #082BE0;
}
</style>
border-color css
<style>
span { border-color: #082BE0; }
span { border-color: rgb(8,43,224); }
td.TdClassName
{
border-color: #082BE0;
}
.TagClassName
{
border-color: #082BE0;
}
</style>