Color spaces of #2596df
RGB | 37 | 150 | 223 |
---|---|---|---|
HSL | 0.57 | 0.74 | 0.51 |
HSV | 204° | 83° | 87° |
CMYK | 0.83 | 0.33 | 0.00 0.13 |
XYZ | 24.9886 | 27.5337 | 73.8095 |
Yxy | 27.5337 | 0.1978 | 0.2179 |
Hunter Lab | 52.4726 | -6.8213 | -46.6683 |
CIE-Lab | 59.4651 | -4.9701 | -45.5779 |
#2596df color RGB value is (37,150,223).
#2596df hex color red value is 37, green value is 150 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #2596df hue: 0.57 , saturation: 0.74 and the lightness value of 2596df is 0.51.
The process color (four color CMYK) of #2596df color hex is 0.83, 0.33, 0.00, 0.13. Web safe color of #2596df is #3399cc. Color #2596df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 10010110 | 11011111 |
Octal | 45 | 226 | 337 |
Decimal | 37 | 150 | 223 |
Hex | 25 | 96 | DF |
Shades of #2596df
Tints of #2596df
RGB Percentages of Color #2596df
CMYK Percentages of Color #2596df
Complementary Color
#2596df | #df6e25 |
#2596df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2596df Color Preview on White Background
Lorem ipsum dolor sit amet.
#2596df Color CSS Codes
.mybgcolor {background-color:#2596df; } .myforecolor {color:#2596df; } .mybordercolor {border:3px solid #2596df; }
#2596df Text Font Color
<p style="color:#2596df">Text here</p>
This sample text font color is #2596df
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.
#2596df Background Color
<div style="background-color:#2596df">
Div content here</div>
This div background color is #2596df
#2596df Border Color
<div style="border:3px solid #2596df">
Div here</div>
This div border color is #2596df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,150,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2596df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2596df; -webkit-box-shadow: 1px 1px 3px 2px #2596df; box-shadow: 1px 1px 3px 2px #2596df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,150,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2596df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2596df; -webkit-box-shadow: 1px 1px 3px 2px #2596df; box-shadow: 1px 1px 3px 2px #2596df;">
Div content here</div>
This div box has shadow with color #2596df
Comments
No comments written yet.
Please login to write comment.