Color spaces of #1d8bdd
RGB | 29 | 139 | 221 |
---|---|---|---|
HSL | 0.57 | 0.77 | 0.49 |
HSV | 206° | 87° | 87° |
CMYK | 0.87 | 0.37 | 0.00 0.13 |
XYZ | 22.7905 | 23.9469 | 71.8276 |
Yxy | 23.9469 | 0.1922 | 0.2020 |
Hunter Lab | 48.9356 | -2.5054 | -52.7709 |
CIE-Lab | 56.0346 | 0.1349 | -49.9058 |
#1d8bdd color RGB value is (29,139,221).
#1d8bdd hex color red value is 29, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1d8bdd hue: 0.57 , saturation: 0.77 and the lightness value of 1d8bdd is 0.49.
The process color (four color CMYK) of #1d8bdd color hex is 0.87, 0.37, 0.00, 0.13. Web safe color of #1d8bdd is #3399cc. Color #1d8bdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011101 | 10001011 | 11011101 |
Octal | 35 | 213 | 335 |
Decimal | 29 | 139 | 221 |
Hex | 1D | 8B | DD |
Shades of #1d8bdd
Tints of #1d8bdd
RGB Percentages of Color #1d8bdd
CMYK Percentages of Color #1d8bdd
Complementary Color
#1d8bdd | #dd6f1d |
#1d8bdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1d8bdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#1d8bdd Color CSS Codes
.mybgcolor {background-color:#1d8bdd; } .myforecolor {color:#1d8bdd; } .mybordercolor {border:3px solid #1d8bdd; }
#1d8bdd Text Font Color
<p style="color:#1d8bdd">Text here</p>
This sample text font color is #1d8bdd
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.
#1d8bdd Background Color
<div style="background-color:#1d8bdd">
Div content here</div>
This div background color is #1d8bdd
#1d8bdd Border Color
<div style="border:3px solid #1d8bdd">
Div here</div>
This div border color is #1d8bdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(29,139,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1d8bdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1d8bdd; -webkit-box-shadow: 1px 1px 3px 2px #1d8bdd; box-shadow: 1px 1px 3px 2px #1d8bdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(29,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 #1d8bdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1d8bdd; -webkit-box-shadow: 1px 1px 3px 2px #1d8bdd; box-shadow: 1px 1px 3px 2px #1d8bdd;">
Div content here</div>
This div box has shadow with color #1d8bdd
#1d8bdd Color Palettes
Comments
No comments written yet.
Please login to write comment.