Color spaces of #409bd6
RGB | 64 | 155 | 214 |
---|---|---|---|
HSL | 0.57 | 0.65 | 0.55 |
HSV | 204° | 70° | 84° |
CMYK | 0.70 | 0.28 | 0.00 0.16 |
XYZ | 25.9733 | 29.3877 | 67.9218 |
Yxy | 29.3877 | 0.2107 | 0.2384 |
Hunter Lab | 54.2104 | -9.3453 | -36.3389 |
CIE-Lab | 61.1223 | -7.9598 | -37.9191 |
#409bd6 color RGB value is (64,155,214).
#409bd6 hex color red value is 64, green value is 155 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #409bd6 hue: 0.57 , saturation: 0.65 and the lightness value of 409bd6 is 0.55.
The process color (four color CMYK) of #409bd6 color hex is 0.70, 0.28, 0.00, 0.16. Web safe color of #409bd6 is #3399cc. Color #409bd6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000000 | 10011011 | 11010110 |
Octal | 100 | 233 | 326 |
Decimal | 64 | 155 | 214 |
Hex | 40 | 9B | D6 |
Shades of #409bd6
Tints of #409bd6
RGB Percentages of Color #409bd6
CMYK Percentages of Color #409bd6
Complementary Color
#409bd6 | #d67b40 |
#409bd6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#409bd6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#409bd6 Color CSS Codes
.mybgcolor {background-color:#409bd6; } .myforecolor {color:#409bd6; } .mybordercolor {border:3px solid #409bd6; }
#409bd6 Text Font Color
<p style="color:#409bd6">Text here</p>
This sample text font color is #409bd6
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.
#409bd6 Background Color
<div style="background-color:#409bd6">
Div content here</div>
This div background color is #409bd6
#409bd6 Border Color
<div style="border:3px solid #409bd6">
Div here</div>
This div border color is #409bd6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(64,155,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #409bd6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #409bd6; -webkit-box-shadow: 1px 1px 3px 2px #409bd6; box-shadow: 1px 1px 3px 2px #409bd6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(64,155,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #409bd6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #409bd6; -webkit-box-shadow: 1px 1px 3px 2px #409bd6; box-shadow: 1px 1px 3px 2px #409bd6;">
Div content here</div>
This div box has shadow with color #409bd6
#409bd6 Color Palettes
Comments
No comments written yet.
Please login to write comment.