Color Hex Logo

#597fdb Color Hex

#597FDB
(89,127,219)
0 Favorites   0 Comments

Color spaces of #597fdb

RGB 89127219
HSL0.620.640.60
HSV222°59°86°
CMYK 0.590.420.00   0.14
XYZ24.495422.417170.0537
Yxy22.41710.20940.1917
Hunter Lab47.34679.4925-54.5822
CIE-Lab54.466814.4530-51.1637

#597fdb color RGB value is (89,127,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111111 11011011
Octal 131 177 333
Decimal 89 127 219
Hex 59 7F DB

RGB Percentages of Color #597fdb

%20.46
%29.20
%50.34

CMYK Percentages of Color #597fdb

%59
%42
%0
%14

Triadic Colors of #597fdb

#597fdb #db597f #7fdb59

Analogous Colors of #597fdb

#597fdb #7459db #59c0db

Monochromatic Colors of #597fdb

#597fdb

Complementary Color

#597fdb #dbb559

#597fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#597fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#597fdb Color CSS Codes

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

#597fdb Text Font Color

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

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


#597fdb Background Color

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

This div background color is #597fdb


#597fdb Border Color

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

This div border color is #597fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,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 #597fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #597fdb


Comments

No comments written yet.

Please login to write comment.