Color spaces of #2864cf
RGB | 40 | 100 | 207 |
---|---|---|---|
HSL | 0.61 | 0.68 | 0.48 |
HSV | 218° | 81° | 81° |
CMYK | 0.81 | 0.52 | 0.00 0.19 |
XYZ | 16.6947 | 14.0705 | 60.8674 |
Yxy | 14.0705 | 0.1822 | 0.1536 |
Hunter Lab | 37.5107 | 13.8005 | -69.9506 |
CIE-Lab | 44.3339 | 19.9566 | -60.7309 |
#2864cf color RGB value is (40,100,207).
#2864cf hex color red value is 40, green value is 100 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #2864cf hue: 0.61 , saturation: 0.68 and the lightness value of 2864cf is 0.48.
The process color (four color CMYK) of #2864cf color hex is 0.81, 0.52, 0.00, 0.19. Web safe color of #2864cf is #3366cc. Color #2864cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01100100 | 11001111 |
Octal | 50 | 144 | 317 |
Decimal | 40 | 100 | 207 |
Hex | 28 | 64 | CF |
Shades of #2864cf
Tints of #2864cf
RGB Percentages of Color #2864cf
CMYK Percentages of Color #2864cf
Complementary Color
#2864cf | #cf9328 |
#2864cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2864cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#2864cf Color CSS Codes
.mybgcolor {background-color:#2864cf; } .myforecolor {color:#2864cf; } .mybordercolor {border:3px solid #2864cf; }
#2864cf Text Font Color
<p style="color:#2864cf">Text here</p>
This sample text font color is #2864cf
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.
#2864cf Background Color
<div style="background-color:#2864cf">
Div content here</div>
This div background color is #2864cf
#2864cf Border Color
<div style="border:3px solid #2864cf">
Div here</div>
This div border color is #2864cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,100,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2864cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2864cf; -webkit-box-shadow: 1px 1px 3px 2px #2864cf; box-shadow: 1px 1px 3px 2px #2864cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,100,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2864cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2864cf; -webkit-box-shadow: 1px 1px 3px 2px #2864cf; box-shadow: 1px 1px 3px 2px #2864cf;">
Div content here</div>
This div box has shadow with color #2864cf
Comments
No comments written yet.
Please login to write comment.