#082CD9

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

Shades of Persian Blue #082CD9

Tints of Persian Blue #082CD9

Color information

#082CD9 (or 0x082CD9) is unknown color: approx Persian Blue. HEX triplet: 08, 2C and D9. RGB value is (8,44,217). Sum of RGB (Red+Green+Blue) = 8+44+217=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 217 (85.16% from 255 or 80.67% from 269); Max value from RGB is 217 - color contains mainly: blue. Hex color #082CD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CD9 is #F7D326. Grayscale: #343434. Windows color (decimal): -16241447 or 14232584. OLE color: 14232584.

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

Color convert

RGB844217-
CMYK0.960.8000.15
HSL229.67º92.89%44.12%-
HSV(B)229.67º96.31%85.1%-
XYZ13.536.8666.26-
YUV52.96220.5795.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.97%
GREEN value IS 44 (17.58% from 255) = 16.36%
BLUE value IS 217 (85.16% from 255) = 80.67%
R=2.97%
G=16.36%
B=80.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8442170.960.8000.15229.6792.8944.12
Hex82CD960500Fe65d2c
Octal105433114012001734613554
Binary1000101100110110011100000101000001111111001101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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