Color Hex Logo

#519bdd Color Hex

#519BDD
(81,155,221)
0 Favorites   0 Comments

Color spaces of #519bdd

RGB 81155221
HSL0.580.670.59
HSV208°63°87°
CMYK 0.630.300.00   0.13
XYZ28.165830.412572.7923
Yxy30.41250.21440.2315
Hunter Lab55.1475-5.3419-39.6569
CIE-Lab62.0085-2.8956-40.3819

#519bdd color RGB value is (81,155,221).

#519bdd hex color red value is 81, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #519bdd hue: 0.58 , saturation: 0.67 and the lightness value of 519bdd is 0.59.

The process color (four color CMYK) of #519bdd color hex is 0.63, 0.30, 0.00, 0.13. Web safe color of #519bdd is #6699cc. Color #519bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011011 11011101
Octal 121 233 335
Decimal 81 155 221
Hex 51 9B DD

RGB Percentages of Color #519bdd

%17.72
%33.92
%48.36

CMYK Percentages of Color #519bdd

%63
%30
%0
%13

Triadic Colors of #519bdd

#519bdd #dd519b #9bdd51

Analogous Colors of #519bdd

#519bdd #5155dd #51ddd9

Monochromatic Colors of #519bdd

#519bdd

Complementary Color

#519bdd #dd9351

#519bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#519bdd Color CSS Codes

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

#519bdd Text Font Color

<p style="color:#519bdd">Text here</p>

This sample text font color is #519bdd
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.


#519bdd Background Color

<div style="background-color:#519bdd">
Div content here</div>

This div background color is #519bdd


#519bdd Border Color

<div style="border:3px solid #519bdd">
Div here</div>

This div border color is #519bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,155,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #519bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #519bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #519bdd;
  box-shadow:         1px 1px 3px 2px #519bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,155,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519bdd


Comments

No comments written yet.

Please login to write comment.