Color Hex Logo

#559bfb Color Hex

#559BFB
(85,155,251)
0 Favorites   0 Comments

Color spaces of #559bfb

RGB 85155251
HSL0.600.950.66
HSV215°66°98°
CMYK 0.660.380.00   0.02
XYZ32.880232.339095.7759
Yxy32.33900.20420.2009
Hunter Lab56.86743.6891-60.0489
CIE-Lab63.62217.7973-54.3499

#559bfb color RGB value is (85,155,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 11111011
Octal 125 233 373
Decimal 85 155 251
Hex 55 9B FB

RGB Percentages of Color #559bfb

%17.31
%31.57
%51.12

CMYK Percentages of Color #559bfb

%66
%38
%0
%2

Triadic Colors of #559bfb

#559bfb #fb559b #9bfb55

Analogous Colors of #559bfb

#559bfb #6255fb #55eefb

Monochromatic Colors of #559bfb

#559bfb

Complementary Color

#559bfb #fbb555

#559bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#559bfb Color CSS Codes

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

#559bfb Text Font Color

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

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


#559bfb Background Color

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

This div background color is #559bfb


#559bfb Border Color

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

This div border color is #559bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559bfb


Comments

No comments written yet.

Please login to write comment.