Color spaces of #2869dd
RGB | 40 | 105 | 221 |
---|---|---|---|
HSL | 0.61 | 0.73 | 0.51 |
HSV | 218° | 82° | 87° |
CMYK | 0.82 | 0.52 | 0.00 0.13 |
XYZ | 18.9778 | 15.7747 | 70.4512 |
Yxy | 15.7747 | 0.1804 | 0.1499 |
Hunter Lab | 39.7174 | 15.7857 | -77.3672 |
CIE-Lab | 46.6775 | 22.0780 | -64.9194 |
#2869dd color RGB value is (40,105,221).
#2869dd hex color red value is 40, green value is 105 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2869dd hue: 0.61 , saturation: 0.73 and the lightness value of 2869dd is 0.51.
The process color (four color CMYK) of #2869dd color hex is 0.82, 0.52, 0.00, 0.13. Web safe color of #2869dd is #3366cc. Color #2869dd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01101001 | 11011101 |
Octal | 50 | 151 | 335 |
Decimal | 40 | 105 | 221 |
Hex | 28 | 69 | DD |
Shades of #2869dd
Tints of #2869dd
RGB Percentages of Color #2869dd
CMYK Percentages of Color #2869dd
Complementary Color
#2869dd | #dd9c28 |
#2869dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2869dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#2869dd Color CSS Codes
.mybgcolor {background-color:#2869dd; } .myforecolor {color:#2869dd; } .mybordercolor {border:3px solid #2869dd; }
#2869dd Text Font Color
<p style="color:#2869dd">Text here</p>
This sample text font color is #2869dd
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.
#2869dd Background Color
<div style="background-color:#2869dd">
Div content here</div>
This div background color is #2869dd
#2869dd Border Color
<div style="border:3px solid #2869dd">
Div here</div>
This div border color is #2869dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,105,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2869dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2869dd; -webkit-box-shadow: 1px 1px 3px 2px #2869dd; box-shadow: 1px 1px 3px 2px #2869dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,105,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 #2869dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2869dd; -webkit-box-shadow: 1px 1px 3px 2px #2869dd; box-shadow: 1px 1px 3px 2px #2869dd;">
Div content here</div>
This div box has shadow with color #2869dd
Comments
No comments written yet.
Please login to write comment.