#082DD9

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

Shades of Persian Blue #082DD9

Tints of Persian Blue #082DD9

Color information

#082DD9 (or 0x082DD9) is unknown color: approx Persian Blue. HEX triplet: 08, 2D and D9. RGB value is (8,45,217). Sum of RGB (Red+Green+Blue) = 8+45+217=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 217 (85.16% from 255 or 80.37% from 270); Max value from RGB is 217 - color contains mainly: blue. Hex color #082DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DD9 is #F7D226. Grayscale: #343434. Windows color (decimal): -16241191 or 14232840. OLE color: 14232840.

HSL color Cylindrical-coordinate representation of color #082DD9: hue angle of 229.38º 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 #082DD9 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB845217-
CMYK0.960.7900.15
HSL229.38º92.89%44.12%-
HSV(B)229.38º96.31%85.1%-
XYZ13.566.9466.27-
YUV53.54220.2495.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.96%
GREEN value IS 45 (17.97% from 255) = 16.67%
BLUE value IS 217 (85.16% from 255) = 80.37%
R=2.96%
G=16.67%
B=80.37%

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
Decimal8452170.960.7900.15229.3892.8944.12
Hex82DD9604F0Fe55d2c
Octal105533114011701734513554
Binary1000101101110110011100000100111101111111001011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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