Color Hex Logo

#559fff Color Hex

#559FFF
(85,159,255)
0 Favorites   0 Comments

Color spaces of #559fff

RGB 85159255
HSL0.591.000.67
HSV214°67°100°
CMYK 0.670.380.00   0.00
XYZ34.194433.947699.3580
Yxy33.94760.20410.2027
Hunter Lab58.26462.7954-60.3215
CIE-Lab64.92106.8140-54.4703

#559fff color RGB value is (85,159,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011111 11111111
Octal 125 237 377
Decimal 85 159 255
Hex 55 9F FF

RGB Percentages of Color #559fff

%17.03
%31.86
%51.10

CMYK Percentages of Color #559fff

%67
%38
%0
%0

Triadic Colors of #559fff

#559fff #ff559f #9fff55

Analogous Colors of #559fff

#559fff #6055ff #55f4ff

Monochromatic Colors of #559fff

#559fff

Complementary Color

#559fff #ffb555

#559fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#559fff Color CSS Codes

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

#559fff Text Font Color

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

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


#559fff Background Color

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

This div background color is #559fff


#559fff Border Color

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

This div border color is #559fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559fff

Related Colors


Comments

No comments written yet.

Please login to write comment.