Shades of Persian Blue #082FE6
Tints of Persian Blue #082FE6
RGB
CMYK
RGB Variations
Color information
#082FE6 (or 0x082FE6) is known color: Persian Blue. HEX triplet: 08, 2F and E6. RGB value is (8,47,230). Sum of RGB (Red+Green+Blue) = 8+47+230=285 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.81% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 230 (90.23% from 255 or 80.70% from 285); Max value from RGB is 230 - color contains mainly: blue. Hex color #082FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082FE6 is #F7D019. Grayscale: #373737. Windows color (decimal): -16240666 or 15085320. OLE color: 15085320.
HSL color Cylindrical-coordinate representation of color #082FE6: hue angle of 229.46º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082FE6 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 47 | 230 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.10 |
| HSL | 229.46º | 0.93% | 0.47% | - |
| HSV(B) | 229.46º | 0.97% | 0.9% | - |
| XYZ | 15.4 | 7.8 | 75.56 | - |
| YUV | 56.2 | 226.08 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 230 | 0.97 | 0.80 | 0 | 0.10 | 229.46 | 0.93 | 0.47 |
| Hex | 8 | 2F | E6 | 61 | 50 | 0 | A | E5 | 5D | 2F |
| Octal | 10 | 57 | 346 | 141 | 120 | 0 | 12 | 345 | 135 | 57 |
| Binary | 1000 | 101111 | 11100110 | 1100001 | 1010000 | 0 | 1010 | 11100101 | 1011101 | 101111 |
Color Harmonies of #082FE6
Complementary color
Monochromatic Colors of #082FE6
Black with #082FE6
Text Example
Text Example
White with #082FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082FE6; }
p { color: rgb(8,47,230); }
H1.HeaderClassName
{
color: #082FE6;
}
.AnyTagClassName
{
color: #082FE6;
}
</style>
background-color css
<style>
a { background-color: #082FE6; }
a { background-color: rgb(8,47,230); }
div.DivClassName
{
background-color: #082FE6;
}
.BgClassName
{
background-color: #082FE6;
}
</style>
border-color css
<style>
span { border-color: #082FE6; }
span { border-color: rgb(8,47,230); }
td.TdClassName
{
border-color: #082FE6;
}
.TagClassName
{
border-color: #082FE6;
}
</style>