Color Hex Logo

#559dff Color Hex

#559DFF
(85,157,255)
0 Favorites   0 Comments

Color spaces of #559dff

RGB 85157255
HSL0.601.000.67
HSV215°67°100°
CMYK 0.670.380.00   0.00
XYZ33.853333.265299.2443
Yxy33.26520.20350.2000
Hunter Lab57.67603.8388-61.6484
CIE-Lab64.37517.9806-55.3375

#559dff color RGB value is (85,157,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011101 11111111
Octal 125 235 377
Decimal 85 157 255
Hex 55 9D FF

RGB Percentages of Color #559dff

%17.10
%31.59
%51.31

CMYK Percentages of Color #559dff

%67
%38
%0
%0

Triadic Colors of #559dff

#559dff #ff559d #9dff55

Analogous Colors of #559dff

#559dff #6255ff #55f2ff

Monochromatic Colors of #559dff

#559dff

Complementary Color

#559dff #ffb755

#559dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#559dff Color CSS Codes

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

#559dff Text Font Color

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

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


#559dff Background Color

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

This div background color is #559dff


#559dff Border Color

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

This div border color is #559dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559dff

Related Colors


Comments

No comments written yet.

Please login to write comment.