Shades of Persian Blue #082EEA
Tints of Persian Blue #082EEA
RGB
CMYK
RGB Variations
Color information
#082EEA (or 0x082EEA) is known color: Persian Blue. HEX triplet: 08, 2E and EA. RGB value is (8,46,234). Sum of RGB (Red+Green+Blue) = 8+46+234=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 234 (91.80% from 255 or 81.25% from 288); Max value from RGB is 234 - color contains mainly: blue. Hex color #082EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #082EEA is #F7D115. Grayscale: #373737. Windows color (decimal): -16240918 or 15347208. OLE color: 15347208.
HSL color Cylindrical-coordinate representation of color #082EEA: hue angle of 229.91º 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 #082EEA is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 46 | 234 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.08 |
| HSL | 229.91º | 0.93% | 0.47% | - |
| HSV(B) | 229.91º | 0.97% | 0.92% | - |
| XYZ | 15.93 | 7.95 | 78.54 | - |
| YUV | 56.07 | 228.41 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 234 | 0.97 | 0.80 | 0 | 0.08 | 229.91 | 0.93 | 0.47 |
| Hex | 8 | 2E | EA | 61 | 50 | 0 | 8 | E6 | 5D | 2F |
| Octal | 10 | 56 | 352 | 141 | 120 | 0 | 10 | 346 | 135 | 57 |
| Binary | 1000 | 101110 | 11101010 | 1100001 | 1010000 | 0 | 1000 | 11100110 | 1011101 | 101111 |
Color Harmonies of #082EEA
Complementary color
Monochromatic Colors of #082EEA
Black with #082EEA
Text Example
Text Example
White with #082EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082EEA; }
p { color: rgb(8,46,234); }
H1.HeaderClassName
{
color: #082EEA;
}
.AnyTagClassName
{
color: #082EEA;
}
</style>
background-color css
<style>
a { background-color: #082EEA; }
a { background-color: rgb(8,46,234); }
div.DivClassName
{
background-color: #082EEA;
}
.BgClassName
{
background-color: #082EEA;
}
</style>
border-color css
<style>
span { border-color: #082EEA; }
span { border-color: rgb(8,46,234); }
td.TdClassName
{
border-color: #082EEA;
}
.TagClassName
{
border-color: #082EEA;
}
</style>