Shades of Persian Blue #082BE4
Tints of Persian Blue #082BE4
RGB
CMYK
RGB Variations
Color information
#082BE4 (or 0x082BE4) is known color: Persian Blue. HEX triplet: 08, 2B and E4. RGB value is (8,43,228). Sum of RGB (Red+Green+Blue) = 8+43+228=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 228 (89.45% from 255 or 81.72% from 279); Max value from RGB is 228 - color contains mainly: blue. Hex color #082BE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BE4 is #F7D41B. Grayscale: #343434. Windows color (decimal): -16241692 or 14953224. OLE color: 14953224.
HSL color Cylindrical-coordinate representation of color #082BE4: hue angle of 230.45º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082BE4 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 43 | 228 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.11 |
| HSL | 230.45º | 0.93% | 0.46% | - |
| HSV(B) | 230.45º | 0.96% | 0.89% | - |
| XYZ | 14.97 | 7.38 | 74.03 | - |
| YUV | 53.63 | 226.4 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 228 | 0.96 | 0.81 | 0 | 0.11 | 230.45 | 0.93 | 0.46 |
| Hex | 8 | 2B | E4 | 60 | 51 | 0 | B | E6 | 5D | 2E |
| Octal | 10 | 53 | 344 | 140 | 121 | 0 | 13 | 346 | 135 | 56 |
| Binary | 1000 | 101011 | 11100100 | 1100000 | 1010001 | 0 | 1011 | 11100110 | 1011101 | 101110 |
Color Harmonies of #082BE4
Complementary color
Monochromatic Colors of #082BE4
Black with #082BE4
Text Example
Text Example
White with #082BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BE4; }
p { color: rgb(8,43,228); }
H1.HeaderClassName
{
color: #082BE4;
}
.AnyTagClassName
{
color: #082BE4;
}
</style>
background-color css
<style>
a { background-color: #082BE4; }
a { background-color: rgb(8,43,228); }
div.DivClassName
{
background-color: #082BE4;
}
.BgClassName
{
background-color: #082BE4;
}
</style>
border-color css
<style>
span { border-color: #082BE4; }
span { border-color: rgb(8,43,228); }
td.TdClassName
{
border-color: #082BE4;
}
.TagClassName
{
border-color: #082BE4;
}
</style>