Color spaces of #558bff
RGB | 85 | 139 | 255 |
---|---|---|---|
HSL | 0.61 | 1.00 | 0.67 |
HSV | 221° | 67° | 100° |
CMYK | 0.67 | 0.45 | 0.00 0.00 |
XYZ | 31.0289 | 27.6165 | 98.3029 |
Yxy | 27.6165 | 0.1977 | 0.1760 |
Hunter Lab | 52.5514 | 13.4301 | -74.1222 |
CIE-Lab | 59.5407 | 18.6743 | -63.0576 |
#558bff color RGB value is (85,139,255).
#558bff hex color red value is 85, green value is 139 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #558bff hue: 0.61 , saturation: 1.00 and the lightness value of 558bff is 0.67.
The process color (four color CMYK) of #558bff color hex is 0.67, 0.45, 0.00, 0.00. Web safe color of #558bff is #6699ff. Color #558bff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010101 | 10001011 | 11111111 |
Octal | 125 | 213 | 377 |
Decimal | 85 | 139 | 255 |
Hex | 55 | 8B | FF |
Shades of #558bff
Tints of #558bff
RGB Percentages of Color #558bff
CMYK Percentages of Color #558bff
Complementary Color
#558bff | #ffc955 |
#558bff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#558bff Color Preview on White Background
Lorem ipsum dolor sit amet.
#558bff Color CSS Codes
.mybgcolor {background-color:#558bff; } .myforecolor {color:#558bff; } .mybordercolor {border:3px solid #558bff; }
#558bff Text Font Color
<p style="color:#558bff">Text here</p>
This sample text font color is #558bff
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.
#558bff Background Color
<div style="background-color:#558bff">
Div content here</div>
This div background color is #558bff
#558bff Border Color
<div style="border:3px solid #558bff">
Div here</div>
This div border color is #558bff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(85,139,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #558bff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #558bff; -webkit-box-shadow: 1px 1px 3px 2px #558bff; box-shadow: 1px 1px 3px 2px #558bff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(85,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 #558bff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #558bff; -webkit-box-shadow: 1px 1px 3px 2px #558bff; box-shadow: 1px 1px 3px 2px #558bff;">
Div content here</div>
This div box has shadow with color #558bff
Comments
No comments written yet.
Please login to write comment.