Color spaces of #242bdb
RGB | 36 | 43 | 219 |
---|---|---|---|
HSL | 0.66 | 0.72 | 0.50 |
HSV | 238° | 84° | 86° |
CMYK | 0.84 | 0.80 | 0.00 0.14 |
XYZ | 14.3776 | 7.2173 | 67.6531 |
Yxy | 7.2173 | 0.1611 | 0.0809 |
Hunter Lab | 26.8650 | 48.5156 | -130.5020 |
CIE-Lab | 32.2966 | 58.2365 | -87.3930 |
#242bdb color RGB value is (36,43,219).
#242bdb hex color red value is 36, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #242bdb hue: 0.66 , saturation: 0.72 and the lightness value of 242bdb is 0.50.
The process color (four color CMYK) of #242bdb color hex is 0.84, 0.80, 0.00, 0.14. Web safe color of #242bdb is #3333cc. Color #242bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100100 | 00101011 | 11011011 |
Octal | 44 | 53 | 333 |
Decimal | 36 | 43 | 219 |
Hex | 24 | 2B | DB |
Shades of #242bdb
Tints of #242bdb
RGB Percentages of Color #242bdb
CMYK Percentages of Color #242bdb
Complementary Color
#242bdb | #dbd424 |
#242bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#242bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#242bdb Color CSS Codes
.mybgcolor {background-color:#242bdb; } .myforecolor {color:#242bdb; } .mybordercolor {border:3px solid #242bdb; }
#242bdb Text Font Color
<p style="color:#242bdb">Text here</p>
This sample text font color is #242bdb
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.
#242bdb Background Color
<div style="background-color:#242bdb">
Div content here</div>
This div background color is #242bdb
#242bdb Border Color
<div style="border:3px solid #242bdb">
Div here</div>
This div border color is #242bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(36,43,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #242bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #242bdb; -webkit-box-shadow: 1px 1px 3px 2px #242bdb; box-shadow: 1px 1px 3px 2px #242bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(36,43,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #242bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #242bdb; -webkit-box-shadow: 1px 1px 3px 2px #242bdb; box-shadow: 1px 1px 3px 2px #242bdb;">
Div content here</div>
This div box has shadow with color #242bdb
Comments
No comments written yet.
Please login to write comment.