Color Hex Logo

#557fdb Color Hex

#557FDB
(85,127,219)
0 Favorites   0 Comments

Color spaces of #557fdb

RGB 85127219
HSL0.610.650.60
HSV221°61°86°
CMYK 0.610.420.00   0.14
XYZ24.121922.224570.0362
Yxy22.22450.20730.1910
Hunter Lab47.14298.8342-55.0822
CIE-Lab54.264413.6999-51.4982

#557fdb color RGB value is (85,127,219).

#557fdb hex color red value is 85, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #557fdb hue: 0.61 , saturation: 0.65 and the lightness value of 557fdb is 0.60.

The process color (four color CMYK) of #557fdb color hex is 0.61, 0.42, 0.00, 0.14. Web safe color of #557fdb is #6666cc. Color #557fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01111111 11011011
Octal 125 177 333
Decimal 85 127 219
Hex 55 7F DB

RGB Percentages of Color #557fdb

%19.72
%29.47
%50.81

CMYK Percentages of Color #557fdb

%61
%42
%0
%14

Triadic Colors of #557fdb

#557fdb #db557f #7fdb55

Analogous Colors of #557fdb

#557fdb #6e55db #55c2db

Monochromatic Colors of #557fdb

#557fdb

Complementary Color

#557fdb #dbb155

#557fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#557fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#557fdb Color CSS Codes

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

#557fdb Text Font Color

<p style="color:#557fdb">Text here</p>

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


#557fdb Background Color

<div style="background-color:#557fdb">
Div content here</div>

This div background color is #557fdb


#557fdb Border Color

<div style="border:3px solid #557fdb">
Div here</div>

This div border color is #557fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,127,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #557fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #557fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #557fdb;
  box-shadow:         1px 1px 3px 2px #557fdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #557fdb


Comments

No comments written yet.

Please login to write comment.