Shades of Persian Blue #082EC7
Tints of Persian Blue #082EC7
RGB
CMYK
RGB Variations
Color information
#082EC7 (or 0x082EC7) is known color: Persian Blue. HEX triplet: 08, 2E and C7. RGB value is (8,46,199). Sum of RGB (Red+Green+Blue) = 8+46+199=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 199 (78.12% from 255 or 78.66% from 253); Max value from RGB is 199 - color contains mainly: blue. Hex color #082EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EC7 is #F7D138. Grayscale: #333333. Windows color (decimal): -16240953 or 13053448. OLE color: 13053448.
HSL color Cylindrical-coordinate representation of color #082EC7: hue angle of 228.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082EC7 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 46 | 199 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.22 |
| HSL | 228.06º | 0.92% | 0.41% | - |
| HSV(B) | 228.06º | 0.96% | 0.78% | - |
| XYZ | 11.39 | 6.13 | 54.62 | - |
| YUV | 52.08 | 210.91 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 199 | 0.96 | 0.77 | 0 | 0.22 | 228.06 | 0.92 | 0.41 |
| Hex | 8 | 2E | C7 | 60 | 4D | 0 | 16 | E4 | 5C | 29 |
| Octal | 10 | 56 | 307 | 140 | 115 | 0 | 26 | 344 | 134 | 51 |
| Binary | 1000 | 101110 | 11000111 | 1100000 | 1001101 | 0 | 10110 | 11100100 | 1011100 | 101001 |
Color Harmonies of #082EC7
Complementary color
Monochromatic Colors of #082EC7
Black with #082EC7
Text Example
Text Example
White with #082EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082EC7; }
p { color: rgb(8,46,199); }
H1.HeaderClassName
{
color: #082EC7;
}
.AnyTagClassName
{
color: #082EC7;
}
</style>
background-color css
<style>
a { background-color: #082EC7; }
a { background-color: rgb(8,46,199); }
div.DivClassName
{
background-color: #082EC7;
}
.BgClassName
{
background-color: #082EC7;
}
</style>
border-color css
<style>
span { border-color: #082EC7; }
span { border-color: rgb(8,46,199); }
td.TdClassName
{
border-color: #082EC7;
}
.TagClassName
{
border-color: #082EC7;
}
</style>