Color spaces of #244fdc
RGB | 36 | 79 | 220 |
---|---|---|---|
HSL | 0.63 | 0.72 | 0.50 |
HSV | 226° | 84° | 86° |
CMYK | 0.84 | 0.64 | 0.00 0.14 |
XYZ | 16.4418 | 11.1343 | 68.9927 |
Yxy | 11.1343 | 0.1703 | 0.1153 |
Hunter Lab | 33.3681 | 29.5599 | -99.2318 |
CIE-Lab | 39.8058 | 38.0532 | -75.5652 |
#244fdc color RGB value is (36,79,220).
#244fdc hex color red value is 36, green value is 79 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #244fdc hue: 0.63 , saturation: 0.72 and the lightness value of 244fdc is 0.50.
The process color (four color CMYK) of #244fdc color hex is 0.84, 0.64, 0.00, 0.14. Web safe color of #244fdc is #3366cc. Color #244fdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 01001111 | 11011100 |
Octal | 44 | 117 | 334 |
Decimal | 36 | 79 | 220 |
Hex | 24 | 4F | DC |
Shades of #244fdc
Tints of #244fdc
RGB Percentages of Color #244fdc
CMYK Percentages of Color #244fdc
Complementary Color
#244fdc | #dcb124 |
#244fdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#244fdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#244fdc Color CSS Codes
.mybgcolor {background-color:#244fdc; } .myforecolor {color:#244fdc; } .mybordercolor {border:3px solid #244fdc; }
#244fdc Text Font Color
<p style="color:#244fdc">Text here</p>
This sample text font color is #244fdc
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.
#244fdc Background Color
<div style="background-color:#244fdc">
Div content here</div>
This div background color is #244fdc
#244fdc Border Color
<div style="border:3px solid #244fdc">
Div here</div>
This div border color is #244fdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,79,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #244fdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #244fdc; -webkit-box-shadow: 1px 1px 3px 2px #244fdc; box-shadow: 1px 1px 3px 2px #244fdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,79,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #244fdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #244fdc; -webkit-box-shadow: 1px 1px 3px 2px #244fdc; box-shadow: 1px 1px 3px 2px #244fdc;">
Div content here</div>
This div box has shadow with color #244fdc
Comments
No comments written yet.
Please login to write comment.