Color spaces of #245cbd
RGB | 36 | 92 | 189 |
---|---|---|---|
HSL | 0.61 | 0.68 | 0.44 |
HSV | 218° | 81° | 74° |
CMYK | 0.81 | 0.51 | 0.00 0.26 |
XYZ | 13.7400 | 11.7035 | 49.6789 |
Yxy | 11.7035 | 0.1829 | 0.1558 |
Hunter Lab | 34.2104 | 11.8232 | -62.1512 |
CIE-Lab | 40.7409 | 17.8404 | -56.1400 |
#245cbd color RGB value is (36,92,189).
#245cbd hex color red value is 36, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #245cbd hue: 0.61 , saturation: 0.68 and the lightness value of 245cbd is 0.44.
The process color (four color CMYK) of #245cbd color hex is 0.81, 0.51, 0.00, 0.26. Web safe color of #245cbd is #3366cc. Color #245cbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 01011100 | 10111101 |
Octal | 44 | 134 | 275 |
Decimal | 36 | 92 | 189 |
Hex | 24 | 5C | BD |
Shades of #245cbd
Tints of #245cbd
RGB Percentages of Color #245cbd
CMYK Percentages of Color #245cbd
Complementary Color
#245cbd | #bd8524 |
#245cbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#245cbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#245cbd Color CSS Codes
.mybgcolor {background-color:#245cbd; } .myforecolor {color:#245cbd; } .mybordercolor {border:3px solid #245cbd; }
#245cbd Text Font Color
<p style="color:#245cbd">Text here</p>
This sample text font color is #245cbd
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.
#245cbd Background Color
<div style="background-color:#245cbd">
Div content here</div>
This div background color is #245cbd
#245cbd Border Color
<div style="border:3px solid #245cbd">
Div here</div>
This div border color is #245cbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,92,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #245cbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #245cbd; -webkit-box-shadow: 1px 1px 3px 2px #245cbd; box-shadow: 1px 1px 3px 2px #245cbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,92,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #245cbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #245cbd; -webkit-box-shadow: 1px 1px 3px 2px #245cbd; box-shadow: 1px 1px 3px 2px #245cbd;">
Div content here</div>
This div box has shadow with color #245cbd
Comments
No comments written yet.
Please login to write comment.