Color Hex Logo

#559bff Color Hex

#559BFF
(85,155,255)
0 Favorites   0 Comments

Color spaces of #559bff

RGB 85155255
HSL0.601.000.67
HSV215°67°100°
CMYK 0.670.390.00   0.00
XYZ33.517732.594099.1324
Yxy32.59400.20280.1972
Hunter Lab57.09124.8862-62.9866
CIE-Lab63.83089.1515-56.2030

#559bff color RGB value is (85,155,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 11111111
Octal 125 233 377
Decimal 85 155 255
Hex 55 9B FF

RGB Percentages of Color #559bff

%17.17
%31.31
%51.52

CMYK Percentages of Color #559bff

%67
%39
%0
%0

Triadic Colors of #559bff

#559bff #ff559b #9bff55

Analogous Colors of #559bff

#559bff #6455ff #55f0ff

Monochromatic Colors of #559bff

#559bff

Complementary Color

#559bff #ffb955

#559bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#559bff Color CSS Codes

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

#559bff Text Font Color

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

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


#559bff Background Color

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

This div background color is #559bff


#559bff Border Color

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

This div border color is #559bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559bff


Comments

No comments written yet.

Please login to write comment.