#082FDE

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

Shades of Persian Blue #082FDE

Tints of Persian Blue #082FDE

Color information

#082FDE (or 0x082FDE) is unknown color: approx Persian Blue. HEX triplet: 08, 2F and DE. RGB value is (8,47,222). Sum of RGB (Red+Green+Blue) = 8+47+222=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 222 (87.11% from 255 or 80.14% from 277); Max value from RGB is 222 - color contains mainly: blue. Hex color #082FDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082FDE is #F7D021. Grayscale: #363636. Windows color (decimal): -16240674 or 14561032. OLE color: 14561032.

HSL color Cylindrical-coordinate representation of color #082FDE: hue angle of 229.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082FDE is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB847222-
CMYK0.960.7900.13
HSL229.07º93.04%45.1%-
HSV(B)229.07º96.4%87.06%-
XYZ14.37.3669.77-
YUV55.29222.0894.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.89%
GREEN value IS 47 (18.75% from 255) = 16.97%
BLUE value IS 222 (87.11% from 255) = 80.14%
R=2.89%
G=16.97%
B=80.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8472220.960.7900.13229.0793.0445.1
Hex82FDE604F0De55d2d
Octal105733614011701534513555
Binary1000101111110111101100000100111101101111001011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,47,222); }

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

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

 a { background-color: rgb(8,47,222); }

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

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

 span { border-color: rgb(8,47,222); }

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