Shades of Persian Blue #082FE0
Tints of Persian Blue #082FE0
RGB
CMYK
RGB Variations
Color information
#082FE0 (or 0x082FE0) is known color: Persian Blue. HEX triplet: 08, 2F and E0. RGB value is (8,47,224). Sum of RGB (Red+Green+Blue) = 8+47+224=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 224 (87.89% from 255 or 80.29% from 279); Max value from RGB is 224 - color contains mainly: blue. Hex color #082FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FE0 is #F7D01F. Grayscale: #363636. Windows color (decimal): -16240672 or 14692104. OLE color: 14692104.
HSL color Cylindrical-coordinate representation of color #082FE0: hue angle of 229.17º 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 #082FE0 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 47 | 224 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.12 |
| HSL | 229.17º | 0.93% | 0.45% | - |
| HSV(B) | 229.17º | 0.96% | 0.88% | - |
| XYZ | 14.57 | 7.47 | 71.19 | - |
| YUV | 55.52 | 223.08 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 224 | 0.96 | 0.79 | 0 | 0.12 | 229.17 | 0.93 | 0.45 |
| Hex | 8 | 2F | E0 | 60 | 4F | 0 | C | E5 | 5D | 2D |
| Octal | 10 | 57 | 340 | 140 | 117 | 0 | 14 | 345 | 135 | 55 |
| Binary | 1000 | 101111 | 11100000 | 1100000 | 1001111 | 0 | 1100 | 11100101 | 1011101 | 101101 |
Color Harmonies of #082FE0
Complementary color
Monochromatic Colors of #082FE0
Black with #082FE0
Text Example
Text Example
White with #082FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082FE0; }
p { color: rgb(8,47,224); }
H1.HeaderClassName
{
color: #082FE0;
}
.AnyTagClassName
{
color: #082FE0;
}
</style>
background-color css
<style>
a { background-color: #082FE0; }
a { background-color: rgb(8,47,224); }
div.DivClassName
{
background-color: #082FE0;
}
.BgClassName
{
background-color: #082FE0;
}
</style>
border-color css
<style>
span { border-color: #082FE0; }
span { border-color: rgb(8,47,224); }
td.TdClassName
{
border-color: #082FE0;
}
.TagClassName
{
border-color: #082FE0;
}
</style>