color codes Logo

#0082db color codes

#0082DB
(0,130,219)
0 Favorites   0 Comments

Color spaces of #0082db

RGB 0130219
HSL0.571.000.43
HSV204°100°86°
CMYK 1.000.410.00   0.14
XYZ20.768821.079769.9920
Yxy21.07970.18570.1885
Hunter Lab45.91260.3982-58.2464
CIE-Lab53.03663.5864-53.5788

#0082db color RGB value is (0,130,219).

#0082db hex color red value is 0, green value is 130 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0082db hue: 0.57 , saturation: 1.00 and the lightness value of 0082db is 0.43.

The process color (four color CMYK) of #0082db color code is 1.00, 0.41, 0.00, 0.14. Web safe color of #0082db is #0099cc. Color #0082db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000010 11011011
Octal 0 202 333
Decimal 0 130 219
Hex 0 82 DB

RGB Percentages of Color #0082db

%0.00
%37.25
%62.75

CMYK Percentages of Color #0082db

%100
%41
%0
%14

Triadic Colors of #0082db

#0082db #db0082 #82db00

Analogous Colors of #0082db

#0082db #0014db #00dbc7

Monochromatic Colors of #0082db

#0082db

Complementary Color

#0082db #db5900

#0082db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0082db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0082db Color CSS Codes

.mybgcolor {background-color:#0082db; } 
.myforecolor {color:#0082db; }
.mybordercolor {border:3px solid #0082db; }

#0082db Text Font Color

<p style="color:#0082db">Text here</p>

This sample text font color is #0082db
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0082db Background Color

<div style="background-color:#0082db">
Div content here</div>

This div background color is #0082db


#0082db Border Color

<div style="border:3px solid #0082db">
Div here</div>

This div border color is #0082db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,130,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0082db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0082db;
  -webkit-box-shadow: 1px 1px 3px 2px #0082db;
  box-shadow:         1px 1px 3px 2px #0082db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,130,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0082db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0082db;
  -webkit-box-shadow: 1px 1px 3px 2px #0082db;
  box-shadow:         1px 1px 3px 2px #0082db;">
Div content here</div>

This div box has shadow with color #0082db


Comments

No comments written yet.

Please login to write comment.