#082ED9

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

Shades of Persian Blue #082ED9

Tints of Persian Blue #082ED9

Color information

#082ED9 (or 0x082ED9) is unknown color: approx Persian Blue. HEX triplet: 08, 2E and D9. RGB value is (8,46,217). Sum of RGB (Red+Green+Blue) = 8+46+217=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 217 (85.16% from 255 or 80.07% from 271); Max value from RGB is 217 - color contains mainly: blue. Hex color #082ED9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ED9 is #F7D126. Grayscale: #353535. Windows color (decimal): -16240935 or 14233096. OLE color: 14233096.

HSL color Cylindrical-coordinate representation of color #082ED9: hue angle of 229.09º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082ED9 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB846217-
CMYK0.960.7900.15
HSL229.09º92.89%44.12%-
HSV(B)229.09º96.31%85.1%-
XYZ13.67.0266.28-
YUV54.13219.9195.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.95%
GREEN value IS 46 (18.36% from 255) = 16.97%
BLUE value IS 217 (85.16% from 255) = 80.07%
R=2.95%
G=16.97%
B=80.07%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8462170.960.7900.15229.0992.8944.12
Hex82ED9604F0Fe55d2c
Octal105633114011701734513554
Binary1000101110110110011100000100111101111111001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082ED9; }

 p { color: rgb(8,46,217); }

 H1.HeaderClassName
 {
   color: #082ED9;
 }
 .AnyTagClassName
 {
   color: #082ED9;
 }
</style>
background-color css

<style>
 a { background-color: #082ED9; }

 a { background-color: rgb(8,46,217); }

 div.DivClassName
 {
   background-color: #082ED9;
 }
 .BgClassName
 {
   background-color: #082ED9;
 }
</style>
border-color css

<style>
 span { border-color: #082ED9; }

 span { border-color: rgb(8,46,217); }

 td.TdClassName
 {
   border-color: #082ED9;
 }
 .TagClassName
 {
   border-color: #082ED9;
 }
</style>