Color Hex Logo

#518bff Color Hex

#518BFF
(81,139,255)
0 Favorites   0 Comments

Color spaces of #518bff

RGB 81139255
HSL0.611.000.66
HSV220°68°100°
CMYK 0.680.450.00   0.00
XYZ30.676027.434698.2863
Yxy27.43460.19610.1754
Hunter Lab52.378012.8797-74.5918
CIE-Lab59.374518.0806-63.3333

#518bff color RGB value is (81,139,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 10001011 11111111
Octal 121 213 377
Decimal 81 139 255
Hex 51 8B FF

RGB Percentages of Color #518bff

%17.05
%29.26
%53.68

CMYK Percentages of Color #518bff

%68
%45
%0
%0

Triadic Colors of #518bff

#518bff #ff518b #8bff51

Analogous Colors of #518bff

#518bff #6e51ff #51e2ff

Monochromatic Colors of #518bff

#518bff

Complementary Color

#518bff #ffc551

#518bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#518bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#518bff Color CSS Codes

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

#518bff Text Font Color

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

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


#518bff Background Color

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

This div background color is #518bff


#518bff Border Color

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

This div border color is #518bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #518bff

Related Colors


Comments

No comments written yet.

Please login to write comment.