Color spaces of #199bdb
RGB | 25 | 155 | 219 |
---|---|---|---|
HSL | 0.55 | 0.80 | 0.48 |
HSV | 200° | 89° | 86° |
CMYK | 0.89 | 0.29 | 0.00 0.14 |
XYZ | 24.9084 | 28.7638 | 71.2570 |
Yxy | 28.7638 | 0.1994 | 0.2302 |
Hunter Lab | 53.6319 | -10.9546 | -41.2322 |
CIE-Lab | 60.5726 | -10.0869 | -41.6194 |
#199bdb color RGB value is (25,155,219).
#199bdb hex color red value is 25, green value is 155 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #199bdb hue: 0.55 , saturation: 0.80 and the lightness value of 199bdb is 0.48.
The process color (four color CMYK) of #199bdb color hex is 0.89, 0.29, 0.00, 0.14. Web safe color of #199bdb is #0099cc. Color #199bdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 10011011 | 11011011 |
Octal | 31 | 233 | 333 |
Decimal | 25 | 155 | 219 |
Hex | 19 | 9B | DB |
Shades of #199bdb
Tints of #199bdb
RGB Percentages of Color #199bdb
CMYK Percentages of Color #199bdb
Complementary Color
#199bdb | #db5919 |
#199bdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#199bdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#199bdb Color CSS Codes
.mybgcolor {background-color:#199bdb; } .myforecolor {color:#199bdb; } .mybordercolor {border:3px solid #199bdb; }
#199bdb Text Font Color
<p style="color:#199bdb">Text here</p>
This sample text font color is #199bdb
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.
#199bdb Background Color
<div style="background-color:#199bdb">
Div content here</div>
This div background color is #199bdb
#199bdb Border Color
<div style="border:3px solid #199bdb">
Div here</div>
This div border color is #199bdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,155,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #199bdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #199bdb; -webkit-box-shadow: 1px 1px 3px 2px #199bdb; box-shadow: 1px 1px 3px 2px #199bdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,155,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 #199bdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #199bdb; -webkit-box-shadow: 1px 1px 3px 2px #199bdb; box-shadow: 1px 1px 3px 2px #199bdb;">
Div content here</div>
This div box has shadow with color #199bdb
Comments
No comments written yet.
Please login to write comment.