#082EDB

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

Shades of Persian Blue #082EDB

Tints of Persian Blue #082EDB

Color information

#082EDB (or 0x082EDB) is unknown color: approx Persian Blue. HEX triplet: 08, 2E and DB. RGB value is (8,46,219). Sum of RGB (Red+Green+Blue) = 8+46+219=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 46 (18.36% from 255 or 16.85% from 273); Blue value is 219 (85.94% from 255 or 80.22% from 273); Max value from RGB is 219 - color contains mainly: blue. Hex color #082EDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EDB is #F7D124. Grayscale: #353535. Windows color (decimal): -16240933 or 14364168. OLE color: 14364168.

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

Color convert

RGB846219-
CMYK0.960.7900.14
HSL229.19º92.95%44.51%-
HSV(B)229.19º96.35%85.88%-
XYZ13.867.1267.66-
YUV54.36220.9194.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.93%
GREEN value IS 46 (18.36% from 255) = 16.85%
BLUE value IS 219 (85.94% from 255) = 80.22%
R=2.93%
G=16.85%
B=80.22%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8462190.960.7900.14229.1992.9544.51
Hex82EDB604F0Ee55d2d
Octal105633314011701634513555
Binary1000101110110110111100000100111101110111001011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,46,219); }

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

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

 a { background-color: rgb(8,46,219); }

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

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

 span { border-color: rgb(8,46,219); }

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