Color Hex Logo

#559dfb Color Hex

#559DFB
(85,157,251)
0 Favorites   0 Comments

Color spaces of #559dfb

RGB 85157251
HSL0.590.950.66
HSV214°66°98°
CMYK 0.660.370.00   0.02
XYZ33.215933.010395.8877
Yxy33.01030.20490.2036
Hunter Lab57.45462.6497-58.7327
CIE-Lab64.16926.6293-53.4811

#559dfb color RGB value is (85,157,251).

#559dfb hex color red value is 85, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #559dfb hue: 0.59 , saturation: 0.95 and the lightness value of 559dfb is 0.66.

The process color (four color CMYK) of #559dfb color hex is 0.66, 0.37, 0.00, 0.02. Web safe color of #559dfb is #6699ff. Color #559dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011101 11111011
Octal 125 235 373
Decimal 85 157 251
Hex 55 9D FB

RGB Percentages of Color #559dfb

%17.24
%31.85
%50.91

CMYK Percentages of Color #559dfb

%66
%37
%0
%2

Triadic Colors of #559dfb

#559dfb #fb559d #9dfb55

Analogous Colors of #559dfb

#559dfb #6055fb #55f0fb

Monochromatic Colors of #559dfb

#559dfb

Complementary Color

#559dfb #fbb355

#559dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559dfb Color CSS Codes

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

#559dfb Text Font Color

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

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


#559dfb Background Color

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

This div background color is #559dfb


#559dfb Border Color

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

This div border color is #559dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,157,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #559dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.