Color Hex Logo

#598bff Color Hex

#598BFF
(89,139,255)
0 Favorites   0 Comments

Color spaces of #598bff

RGB 89139255
HSL0.621.000.67
HSV222°65°100°
CMYK 0.650.450.00   0.00
XYZ31.402427.809198.3203
Yxy27.80910.19930.1765
Hunter Lab52.734314.0086-73.6289
CIE-Lab59.715919.2950-62.7669

#598bff color RGB value is (89,139,255).

#598bff hex color red value is 89, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #598bff hue: 0.62 , saturation: 1.00 and the lightness value of 598bff is 0.67.

The process color (four color CMYK) of #598bff color hex is 0.65, 0.45, 0.00, 0.00. Web safe color of #598bff is #6699ff. Color #598bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10001011 11111111
Octal 131 213 377
Decimal 89 139 255
Hex 59 8B FF

RGB Percentages of Color #598bff

%18.43
%28.78
%52.80

CMYK Percentages of Color #598bff

%65
%45
%0
%0

Triadic Colors of #598bff

#598bff #ff598b #8bff59

Analogous Colors of #598bff

#598bff #7a59ff #59deff

Monochromatic Colors of #598bff

#598bff

Complementary Color

#598bff #ffcd59

#598bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#598bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#598bff Color CSS Codes

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

#598bff Text Font Color

<p style="color:#598bff">Text here</p>

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


#598bff Background Color

<div style="background-color:#598bff">
Div content here</div>

This div background color is #598bff


#598bff Border Color

<div style="border:3px solid #598bff">
Div here</div>

This div border color is #598bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,139,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #598bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #598bff;
  -webkit-box-shadow: 1px 1px 3px 2px #598bff;
  box-shadow:         1px 1px 3px 2px #598bff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #598bff


Comments

No comments written yet.

Please login to write comment.