Color spaces of #507bdb
RGB | 80 | 123 | 219 |
---|---|---|---|
HSL | 0.62 | 0.66 | 0.59 |
HSV | 221° | 63° | 86° |
CMYK | 0.63 | 0.44 | 0.00 0.14 |
XYZ | 23.1774 | 20.9859 | 69.8469 |
Yxy | 20.9859 | 0.2033 | 0.1841 |
Hunter Lab | 45.8104 | 10.1425 | -58.3320 |
CIE-Lab | 52.9341 | 15.2472 | -53.6362 |
#507bdb color RGB value is (80,123,219).
#507bdb hex color red value is 80, green value is 123 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #507bdb hue: 0.62 , saturation: 0.66 and the lightness value of 507bdb is 0.59.
The process color (four color CMYK) of #507bdb color hex is 0.63, 0.44, 0.00, 0.14. Web safe color of #507bdb is #6666cc. Color #507bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010000 | 01111011 | 11011011 |
Octal | 120 | 173 | 333 |
Decimal | 80 | 123 | 219 |
Hex | 50 | 7B | DB |
Shades of #507bdb
Tints of #507bdb
RGB Percentages of Color #507bdb
CMYK Percentages of Color #507bdb
Complementary Color
#507bdb | #dbb050 |
#507bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#507bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#507bdb Color CSS Codes
.mybgcolor {background-color:#507bdb; } .myforecolor {color:#507bdb; } .mybordercolor {border:3px solid #507bdb; }
#507bdb Text Font Color
<p style="color:#507bdb">Text here</p>
This sample text font color is #507bdb
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.
#507bdb Background Color
<div style="background-color:#507bdb">
Div content here</div>
This div background color is #507bdb
#507bdb Border Color
<div style="border:3px solid #507bdb">
Div here</div>
This div border color is #507bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(80,123,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #507bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #507bdb; -webkit-box-shadow: 1px 1px 3px 2px #507bdb; box-shadow: 1px 1px 3px 2px #507bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(80,123,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 #507bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #507bdb; -webkit-box-shadow: 1px 1px 3px 2px #507bdb; box-shadow: 1px 1px 3px 2px #507bdb;">
Div content here</div>
This div box has shadow with color #507bdb
Comments
No comments written yet.
Please login to write comment.