Color Hex Logo

#519fdd Color Hex

#519FDD
(81,159,221)
0 Favorites   0 Comments

Color spaces of #519fdd

RGB 81159221
HSL0.570.670.59
HSV207°63°87°
CMYK 0.630.280.00   0.13
XYZ28.842631.766173.0179
Yxy31.76610.21580.2377
Hunter Lab56.3614-7.2862-37.3590
CIE-Lab63.1491-5.1629-38.5958

#519fdd color RGB value is (81,159,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011111 11011101
Octal 121 237 335
Decimal 81 159 221
Hex 51 9F DD

RGB Percentages of Color #519fdd

%17.57
%34.49
%47.94

CMYK Percentages of Color #519fdd

%63
%28
%0
%13

Triadic Colors of #519fdd

#519fdd #dd519f #9fdd51

Analogous Colors of #519fdd

#519fdd #5159dd #51ddd5

Monochromatic Colors of #519fdd

#519fdd

Complementary Color

#519fdd #dd8f51

#519fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#519fdd Color CSS Codes

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

#519fdd Text Font Color

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

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


#519fdd Background Color

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

This div background color is #519fdd


#519fdd Border Color

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

This div border color is #519fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,159,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 #519fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519fdd


Comments

No comments written yet.

Please login to write comment.