Color spaces of #588bdd
RGB | 88 | 139 | 221 |
---|---|---|---|
HSL | 0.60 | 0.66 | 0.61 |
HSV | 217° | 60° | 87° |
CMYK | 0.60 | 0.37 | 0.00 0.13 |
XYZ | 26.3083 | 25.7604 | 71.9923 |
Yxy | 25.7604 | 0.2121 | 0.2076 |
Hunter Lab | 50.7547 | 3.7033 | -48.5708 |
CIE-Lab | 57.8089 | 7.7109 | -46.9795 |
#588bdd color RGB value is (88,139,221).
#588bdd hex color red value is 88, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #588bdd hue: 0.60 , saturation: 0.66 and the lightness value of 588bdd is 0.61.
The process color (four color CMYK) of #588bdd color hex is 0.60, 0.37, 0.00, 0.13. Web safe color of #588bdd is #6699cc. Color #588bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011000 | 10001011 | 11011101 |
Octal | 130 | 213 | 335 |
Decimal | 88 | 139 | 221 |
Hex | 58 | 8B | DD |
Shades of #588bdd
Tints of #588bdd
RGB Percentages of Color #588bdd
CMYK Percentages of Color #588bdd
Complementary Color
#588bdd | #ddaa58 |
#588bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#588bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#588bdd Color CSS Codes
.mybgcolor {background-color:#588bdd; } .myforecolor {color:#588bdd; } .mybordercolor {border:3px solid #588bdd; }
#588bdd Text Font Color
<p style="color:#588bdd">Text here</p>
This sample text font color is #588bdd
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.
#588bdd Background Color
<div style="background-color:#588bdd">
Div content here</div>
This div background color is #588bdd
#588bdd Border Color
<div style="border:3px solid #588bdd">
Div here</div>
This div border color is #588bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(88,139,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #588bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #588bdd; -webkit-box-shadow: 1px 1px 3px 2px #588bdd; box-shadow: 1px 1px 3px 2px #588bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(88,139,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #588bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #588bdd; -webkit-box-shadow: 1px 1px 3px 2px #588bdd; box-shadow: 1px 1px 3px 2px #588bdd;">
Div content here</div>
This div box has shadow with color #588bdd
Comments
No comments written yet.
Please login to write comment.