#082EC7

Color #082EC7 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #082EC7

Tints of Persian Blue #082EC7

Color information

#082EC7 (or 0x082EC7) is unknown color: approx 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

RGB846199-
CMYK0.960.7700.22
HSL228.06º92.27%40.59%-
HSV(B)228.06º95.98%78.04%-
XYZ11.396.1354.62-
YUV52.08210.9196.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 3.16%
GREEN value IS 46 (18.36% from 255) = 18.18%
BLUE value IS 199 (78.12% from 255) = 78.66%
R=3.16%
G=18.18%
B=78.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8461990.960.7700.22228.0692.2740.59
Hex82EC7604D016e45c29
Octal105630714011502634413451
Binary10001011101100011111000001001101010110111001001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>