Color Hex Logo

#559bfe Color Hex

#559BFE
(85,155,254)
0 Favorites   0 Comments

Color spaces of #559bfe

RGB 85155254
HSL0.600.990.66
HSV215°67°100°
CMYK 0.670.390.00   0.00
XYZ33.357032.529798.2867
Yxy32.52970.20320.1981
Hunter Lab57.03484.5854-62.2486
CIE-Lab63.77838.8125-55.7407

#559bfe color RGB value is (85,155,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10011011 11111110
Octal 125 233 376
Decimal 85 155 254
Hex 55 9B FE

RGB Percentages of Color #559bfe

%17.21
%31.38
%51.42

CMYK Percentages of Color #559bfe

%67
%39
%0
%0

Triadic Colors of #559bfe

#559bfe #fe559b #9bfe55

Analogous Colors of #559bfe

#559bfe #6455fe #55f0fe

Monochromatic Colors of #559bfe

#559bfe

Complementary Color

#559bfe #feb855

#559bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#559bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#559bfe Color CSS Codes

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

#559bfe Text Font Color

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

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


#559bfe Background Color

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

This div background color is #559bfe


#559bfe Border Color

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

This div border color is #559bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #559bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.