Color spaces of #182bdb
RGB | 24 | 43 | 219 |
---|---|---|---|
HSL | 0.65 | 0.80 | 0.48 |
HSV | 234° | 89° | 86° |
CMYK | 0.89 | 0.80 | 0.00 0.14 |
XYZ | 14.0267 | 7.0364 | 67.6367 |
Yxy | 7.0364 | 0.1581 | 0.0793 |
Hunter Lab | 26.5262 | 47.9675 | -132.6097 |
CIE-Lab | 31.8896 | 57.8053 | -88.0808 |
#182bdb color RGB value is (24,43,219).
#182bdb hex color red value is 24, green value is 43 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #182bdb hue: 0.65 , saturation: 0.80 and the lightness value of 182bdb is 0.48.
The process color (four color CMYK) of #182bdb color hex is 0.89, 0.80, 0.00, 0.14. Web safe color of #182bdb is #0033cc. Color #182bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011000 | 00101011 | 11011011 |
Octal | 30 | 53 | 333 |
Decimal | 24 | 43 | 219 |
Hex | 18 | 2B | DB |
Shades of #182bdb
Tints of #182bdb
RGB Percentages of Color #182bdb
CMYK Percentages of Color #182bdb
Complementary Color
#182bdb | #dbc818 |
#182bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#182bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#182bdb Color CSS Codes
.mybgcolor {background-color:#182bdb; } .myforecolor {color:#182bdb; } .mybordercolor {border:3px solid #182bdb; }
#182bdb Text Font Color
<p style="color:#182bdb">Text here</p>
This sample text font color is #182bdb
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.
#182bdb Background Color
<div style="background-color:#182bdb">
Div content here</div>
This div background color is #182bdb
#182bdb Border Color
<div style="border:3px solid #182bdb">
Div here</div>
This div border color is #182bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(24,43,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #182bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #182bdb; -webkit-box-shadow: 1px 1px 3px 2px #182bdb; box-shadow: 1px 1px 3px 2px #182bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(24,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 #182bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #182bdb; -webkit-box-shadow: 1px 1px 3px 2px #182bdb; box-shadow: 1px 1px 3px 2px #182bdb;">
Div content here</div>
This div box has shadow with color #182bdb
Comments
No comments written yet.
Please login to write comment.