Color Hex Logo

#558bfc Color Hex

#558BFC
(85,139,252)
0 Favorites   0 Comments

Color spaces of #558bfc

RGB 85139252
HSL0.610.970.66
HSV221°66°99°
CMYK 0.660.450.00   0.01
XYZ30.549627.424895.7788
Yxy27.42480.19870.1784
Hunter Lab52.368712.4839-71.7793
CIE-Lab59.365517.6476-61.6908

#558bfc color RGB value is (85,139,252).

#558bfc hex color red value is 85, green value is 139 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #558bfc hue: 0.61 , saturation: 0.97 and the lightness value of 558bfc is 0.66.

The process color (four color CMYK) of #558bfc color hex is 0.66, 0.45, 0.00, 0.01. Web safe color of #558bfc is #6699ff. Color #558bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001011 11111100
Octal 125 213 374
Decimal 85 139 252
Hex 55 8B FC

RGB Percentages of Color #558bfc

%17.86
%29.20
%52.94

CMYK Percentages of Color #558bfc

%66
%45
%0
%1

Triadic Colors of #558bfc

#558bfc #fc558b #8bfc55

Analogous Colors of #558bfc

#558bfc #7355fc #55dffc

Monochromatic Colors of #558bfc

#558bfc

Complementary Color

#558bfc #fcc655

#558bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#558bfc Color CSS Codes

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

#558bfc Text Font Color

<p style="color:#558bfc">Text here</p>

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


#558bfc Background Color

<div style="background-color:#558bfc">
Div content here</div>

This div background color is #558bfc


#558bfc Border Color

<div style="border:3px solid #558bfc">
Div here</div>

This div border color is #558bfc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,139,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #558bfc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #558bfc;
  -webkit-box-shadow: 1px 1px 3px 2px #558bfc;
  box-shadow:         1px 1px 3px 2px #558bfc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558bfc


Comments

No comments written yet.

Please login to write comment.