Color Hex Logo

#519fdb Color Hex

#519FDB
(81,159,219)
0 Favorites   0 Comments

Color spaces of #519fdb

RGB 81159219
HSL0.570.660.59
HSV206°63°86°
CMYK 0.630.270.00   0.14
XYZ28.577731.660171.6226
Yxy31.66010.21670.2401
Hunter Lab56.2673-7.8091-36.0831
CIE-Lab63.0610-5.8149-37.6255

#519fdb color RGB value is (81,159,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011111 11011011
Octal 121 237 333
Decimal 81 159 219
Hex 51 9F DB

RGB Percentages of Color #519fdb

%17.65
%34.64
%47.71

CMYK Percentages of Color #519fdb

%63
%27
%0
%14

Triadic Colors of #519fdb

#519fdb #db519f #9fdb51

Analogous Colors of #519fdb

#519fdb #515adb #51dbd2

Monochromatic Colors of #519fdb

#519fdb

Complementary Color

#519fdb #db8d51

#519fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#519fdb Color CSS Codes

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

#519fdb Text Font Color

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

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


#519fdb Background Color

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

This div background color is #519fdb


#519fdb Border Color

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

This div border color is #519fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519fdb


Comments

No comments written yet.

Please login to write comment.