Color Hex Logo

#559eff Color Hex

#559EFF
(85,158,255)
0 Favorites   0 Comments

Color spaces of #559eff

RGB 85158255
HSL0.601.000.67
HSV214°67°100°
CMYK 0.670.380.00   0.00
XYZ34.023233.605099.3009
Yxy33.60500.20380.2013
Hunter Lab57.96983.3167-60.9835
CIE-Lab64.64787.3969-54.9041

#559eff color RGB value is (85,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011110 11111111
Octal 125 236 377
Decimal 85 158 255
Hex 55 9E FF

RGB Percentages of Color #559eff

%17.07
%31.73
%51.20

CMYK Percentages of Color #559eff

%67
%38
%0
%0

Triadic Colors of #559eff

#559eff #ff559e #9eff55

Analogous Colors of #559eff

#559eff #6155ff #55f3ff

Monochromatic Colors of #559eff

#559eff

Complementary Color

#559eff #ffb655

#559eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#559eff Color CSS Codes

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

#559eff Text Font Color

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

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


#559eff Background Color

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

This div background color is #559eff


#559eff Border Color

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

This div border color is #559eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559eff

Related Colors


Comments

No comments written yet.

Please login to write comment.