#082DC7

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

Shades of Persian Blue #082DC7

Tints of Persian Blue #082DC7

Color information

#082DC7 (or 0x082DC7) is unknown color: approx Persian Blue. HEX triplet: 08, 2D and C7. RGB value is (8,45,199). Sum of RGB (Red+Green+Blue) = 8+45+199=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 199 (78.12% from 255 or 78.97% from 252); Max value from RGB is 199 - color contains mainly: blue. Hex color #082DC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DC7 is #F7D238. Grayscale: #323232. Windows color (decimal): -16241209 or 13053192. OLE color: 13053192.

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

Color convert

RGB845199-
CMYK0.960.7700.22
HSL228.38º92.27%40.59%-
HSV(B)228.38º95.98%78.04%-
XYZ11.356.0554.6-
YUV51.49211.2496.98-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.17%
GREEN value IS 45 (17.97% from 255) = 17.86%
BLUE value IS 199 (78.12% from 255) = 78.97%
R=3.17%
G=17.86%
B=78.97%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8451990.960.7700.22228.3892.2740.59
Hex82DC7604D016e45c29
Octal105530714011502634413451
Binary10001011011100011111000001001101010110111001001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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