Color Hex Logo

#558bfd Color Hex

#558BFD
(85,139,253)
0 Favorites   0 Comments

Color spaces of #558bfd

RGB 85139253
HSL0.610.980.66
HSV221°66°99°
CMYK 0.660.450.00   0.01
XYZ30.708627.488496.6158
Yxy27.48840.19840.1776
Hunter Lab52.429412.7985-72.5578
CIE-Lab59.423717.9898-62.1470

#558bfd color RGB value is (85,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001011 11111101
Octal 125 213 375
Decimal 85 139 253
Hex 55 8B FD

RGB Percentages of Color #558bfd

%17.82
%29.14
%53.04

CMYK Percentages of Color #558bfd

%66
%45
%0
%1

Triadic Colors of #558bfd

#558bfd #fd558b #8bfd55

Analogous Colors of #558bfd

#558bfd #7355fd #55dffd

Monochromatic Colors of #558bfd

#558bfd

Complementary Color

#558bfd #fdc755

#558bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#558bfd Color CSS Codes

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

#558bfd Text Font Color

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

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


#558bfd Background Color

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

This div background color is #558bfd


#558bfd Border Color

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

This div border color is #558bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558bfd


Comments

No comments written yet.

Please login to write comment.