Color spaces of #206edd
RGB | 32 | 110 | 221 |
---|---|---|---|
HSL | 0.60 | 0.75 | 0.50 |
HSV | 215° | 86° | 87° |
CMYK | 0.86 | 0.50 | 0.00 0.13 |
XYZ | 19.2227 | 16.6794 | 70.6129 |
Yxy | 16.6794 | 0.1805 | 0.1566 |
Hunter Lab | 40.8404 | 12.5453 | -73.9238 |
CIE-Lab | 47.8535 | 18.2607 | -63.0240 |
#206edd color RGB value is (32,110,221).
#206edd hex color red value is 32, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #206edd hue: 0.60 , saturation: 0.75 and the lightness value of 206edd is 0.50.
The process color (four color CMYK) of #206edd color hex is 0.86, 0.50, 0.00, 0.13. Web safe color of #206edd is #3366cc. Color #206edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 01101110 | 11011101 |
Octal | 40 | 156 | 335 |
Decimal | 32 | 110 | 221 |
Hex | 20 | 6E | DD |
Shades of #206edd
Tints of #206edd
RGB Percentages of Color #206edd
CMYK Percentages of Color #206edd
Complementary Color
#206edd | #dd8f20 |
#206edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#206edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#206edd Color CSS Codes
.mybgcolor {background-color:#206edd; } .myforecolor {color:#206edd; } .mybordercolor {border:3px solid #206edd; }
#206edd Text Font Color
<p style="color:#206edd">Text here</p>
This sample text font color is #206edd
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.
#206edd Background Color
<div style="background-color:#206edd">
Div content here</div>
This div background color is #206edd
#206edd Border Color
<div style="border:3px solid #206edd">
Div here</div>
This div border color is #206edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,110,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #206edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #206edd; -webkit-box-shadow: 1px 1px 3px 2px #206edd; box-shadow: 1px 1px 3px 2px #206edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,110,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 #206edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #206edd; -webkit-box-shadow: 1px 1px 3px 2px #206edd; box-shadow: 1px 1px 3px 2px #206edd;">
Div content here</div>
This div box has shadow with color #206edd
Comments
No comments written yet.
Please login to write comment.