#082DCA

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

Shades of Persian Blue #082DCA

Tints of Persian Blue #082DCA

Color information

#082DCA (or 0x082DCA) is unknown color: approx Persian Blue. HEX triplet: 08, 2D and CA. RGB value is (8,45,202). Sum of RGB (Red+Green+Blue) = 8+45+202=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 202 (79.30% from 255 or 79.22% from 255); Max value from RGB is 202 - color contains mainly: blue. Hex color #082DCA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DCA is #F7D235. Grayscale: #333333. Windows color (decimal): -16241206 or 13249800. OLE color: 13249800.

HSL color Cylindrical-coordinate representation of color #082DCA: hue angle of 228.56º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DCA is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB845202-
CMYK0.960.7800.21
HSL228.56º92.38%41.18%-
HSV(B)228.56º96.04%79.22%-
XYZ11.76.1956.46-
YUV51.84212.7496.73-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.14%
GREEN value IS 45 (17.97% from 255) = 17.65%
BLUE value IS 202 (79.30% from 255) = 79.22%
R=3.14%
G=17.65%
B=79.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal8452020.960.7800.21228.5692.3841.18
Hex82DCA604E015e55c29
Octal105531214011602534513451
Binary10001011011100101011000001001110010101111001011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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