Shades of Persian Blue #082FEA
Tints of Persian Blue #082FEA
RGB
CMYK
RGB Variations
Color information
#082FEA (or 0x082FEA) is known color: Persian Blue. HEX triplet: 08, 2F and EA. RGB value is (8,47,234). Sum of RGB (Red+Green+Blue) = 8+47+234=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 234 (91.80% from 255 or 80.97% from 289); Max value from RGB is 234 - color contains mainly: blue. Hex color #082FEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082FEA is #F7D015. Grayscale: #373737. Windows color (decimal): -16240662 or 15347464. OLE color: 15347464.
HSL color Cylindrical-coordinate representation of color #082FEA: hue angle of 229.65º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #082FEA is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 47 | 234 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.08 |
| HSL | 229.65º | 0.93% | 0.47% | - |
| HSV(B) | 229.65º | 0.97% | 0.92% | - |
| XYZ | 15.97 | 8.03 | 78.55 | - |
| YUV | 56.66 | 228.08 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 234 | 0.97 | 0.80 | 0 | 0.08 | 229.65 | 0.93 | 0.47 |
| Hex | 8 | 2F | EA | 61 | 50 | 0 | 8 | E6 | 5D | 2F |
| Octal | 10 | 57 | 352 | 141 | 120 | 0 | 10 | 346 | 135 | 57 |
| Binary | 1000 | 101111 | 11101010 | 1100001 | 1010000 | 0 | 1000 | 11100110 | 1011101 | 101111 |
Color Harmonies of #082FEA
Complementary color
Monochromatic Colors of #082FEA
Black with #082FEA
Text Example
Text Example
White with #082FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082FEA; }
p { color: rgb(8,47,234); }
H1.HeaderClassName
{
color: #082FEA;
}
.AnyTagClassName
{
color: #082FEA;
}
</style>
background-color css
<style>
a { background-color: #082FEA; }
a { background-color: rgb(8,47,234); }
div.DivClassName
{
background-color: #082FEA;
}
.BgClassName
{
background-color: #082FEA;
}
</style>
border-color css
<style>
span { border-color: #082FEA; }
span { border-color: rgb(8,47,234); }
td.TdClassName
{
border-color: #082FEA;
}
.TagClassName
{
border-color: #082FEA;
}
</style>