Color Hex Logo

#589bdb Color Hex

#589BDB
(88,155,219)
0 Favorites   0 Comments

Color spaces of #589bdb

RGB 88155219
HSL0.580.650.60
HSV209°60°86°
CMYK 0.600.290.00   0.14
XYZ28.532030.631971.4266
Yxy30.63190.21850.2346
Hunter Lab55.3461-4.8354-37.7741
CIE-Lab62.1957-2.2637-38.9586

#589bdb color RGB value is (88,155,219).

#589bdb hex color red value is 88, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #589bdb hue: 0.58 , saturation: 0.65 and the lightness value of 589bdb is 0.60.

The process color (four color CMYK) of #589bdb color hex is 0.60, 0.29, 0.00, 0.14. Web safe color of #589bdb is #6699cc. Color #589bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011011 11011011
Octal 130 233 333
Decimal 88 155 219
Hex 58 9B DB

RGB Percentages of Color #589bdb

%19.05
%33.55
%47.40

CMYK Percentages of Color #589bdb

%60
%29
%0
%14

Triadic Colors of #589bdb

#589bdb #db589b #9bdb58

Analogous Colors of #589bdb

#589bdb #5859db #58dbda

Monochromatic Colors of #589bdb

#589bdb

Complementary Color

#589bdb #db9858

#589bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#589bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#589bdb Color CSS Codes

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

#589bdb Text Font Color

<p style="color:#589bdb">Text here</p>

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


#589bdb Background Color

<div style="background-color:#589bdb">
Div content here</div>

This div background color is #589bdb


#589bdb Border Color

<div style="border:3px solid #589bdb">
Div here</div>

This div border color is #589bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,155,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #589bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #589bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #589bdb;
  box-shadow:         1px 1px 3px 2px #589bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,155,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 #589bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #589bdb


Comments

No comments written yet.

Please login to write comment.