Color Hex Logo

#519bff Color Hex

#519BFF
(81,155,255)
0 Favorites   0 Comments

Color spaces of #519bff

RGB 81155255
HSL0.601.000.66
HSV214°68°100°
CMYK 0.680.390.00   0.00
XYZ33.164732.412099.1159
Yxy32.41200.20140.1968
Hunter Lab56.93154.3526-63.3698
CIE-Lab63.68198.5487-56.4489

#519bff color RGB value is (81,155,255).

#519bff hex color red value is 81, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #519bff hue: 0.60 , saturation: 1.00 and the lightness value of 519bff is 0.66.

The process color (four color CMYK) of #519bff color hex is 0.68, 0.39, 0.00, 0.00. Web safe color of #519bff is #6699ff. Color #519bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10011011 11111111
Octal 121 233 377
Decimal 81 155 255
Hex 51 9B FF

RGB Percentages of Color #519bff

%16.50
%31.57
%51.93

CMYK Percentages of Color #519bff

%68
%39
%0
%0

Triadic Colors of #519bff

#519bff #ff519b #9bff51

Analogous Colors of #519bff

#519bff #5e51ff #51f2ff

Monochromatic Colors of #519bff

#519bff

Complementary Color

#519bff #ffb551

#519bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#519bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#519bff Color CSS Codes

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

#519bff Text Font Color

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

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


#519bff Background Color

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

This div background color is #519bff


#519bff Border Color

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

This div border color is #519bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #519bff


Comments

No comments written yet.

Please login to write comment.