#082AD9

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

Shades of Persian Blue #082AD9

Tints of Persian Blue #082AD9

Color information

#082AD9 (or 0x082AD9) is unknown color: approx Persian Blue. HEX triplet: 08, 2A and D9. RGB value is (8,42,217). Sum of RGB (Red+Green+Blue) = 8+42+217=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 217 (85.16% from 255 or 81.27% from 267); Max value from RGB is 217 - color contains mainly: blue. Hex color #082AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082AD9 is #F7D526. Grayscale: #333333. Windows color (decimal): -16241959 or 14232072. OLE color: 14232072.

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

Color convert

RGB842217-
CMYK0.960.8100.15
HSL230.24º92.89%44.12%-
HSV(B)230.24º96.31%85.1%-
XYZ13.456.7266.23-
YUV51.78221.2496.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.00%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 217 (85.16% from 255) = 81.27%
R=3.00%
G=15.73%
B=81.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8422170.960.8100.15230.2492.8944.12
Hex82AD960510Fe65d2c
Octal105233114012101734613554
Binary1000101010110110011100000101000101111111001101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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