Color spaces of #419ddd
RGB | 65 | 157 | 221 |
---|---|---|---|
HSL | 0.57 | 0.70 | 0.56 |
HSV | 205° | 71° | 87° |
CMYK | 0.71 | 0.29 | 0.00 0.13 |
XYZ | 27.2881 | 30.4582 | 72.8474 |
Yxy | 30.4582 | 0.2090 | 0.2332 |
Hunter Lab | 55.1889 | -8.3216 | -39.6284 |
CIE-Lab | 62.0476 | -6.5631 | -40.3587 |
#419ddd color RGB value is (65,157,221).
#419ddd hex color red value is 65, green value is 157 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #419ddd hue: 0.57 , saturation: 0.70 and the lightness value of 419ddd is 0.56.
The process color (four color CMYK) of #419ddd color hex is 0.71, 0.29, 0.00, 0.13. Web safe color of #419ddd is #3399cc. Color #419ddd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10011101 | 11011101 |
Octal | 101 | 235 | 335 |
Decimal | 65 | 157 | 221 |
Hex | 41 | 9D | DD |
Shades of #419ddd
Tints of #419ddd
RGB Percentages of Color #419ddd
CMYK Percentages of Color #419ddd
Complementary Color
#419ddd | #dd8141 |
#419ddd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#419ddd Color Preview on White Background
Lorem ipsum dolor sit amet.
#419ddd Color CSS Codes
.mybgcolor {background-color:#419ddd; } .myforecolor {color:#419ddd; } .mybordercolor {border:3px solid #419ddd; }
#419ddd Text Font Color
<p style="color:#419ddd">Text here</p>
This sample text font color is #419ddd
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.
#419ddd Background Color
<div style="background-color:#419ddd">
Div content here</div>
This div background color is #419ddd
#419ddd Border Color
<div style="border:3px solid #419ddd">
Div here</div>
This div border color is #419ddd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,157,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #419ddd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #419ddd; -webkit-box-shadow: 1px 1px 3px 2px #419ddd; box-shadow: 1px 1px 3px 2px #419ddd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,157,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 #419ddd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #419ddd; -webkit-box-shadow: 1px 1px 3px 2px #419ddd; box-shadow: 1px 1px 3px 2px #419ddd;">
Div content here</div>
This div box has shadow with color #419ddd
Comments
No comments written yet.
Please login to write comment.