Color spaces of #119bff
RGB | 17 | 155 | 255 |
---|---|---|---|
HSL | 0.57 | 1.00 | 0.53 |
HSV | 205° | 93° | 100° |
CMYK | 0.93 | 0.39 | 0.00 0.00 |
XYZ | 30.0025 | 30.7819 | 98.9679 |
Yxy | 30.7819 | 0.1878 | 0.1927 |
Hunter Lab | 55.4814 | -0.5657 | -66.9246 |
CIE-Lab | 62.3231 | 2.8424 | -58.6952 |
#119bff color RGB value is (17,155,255).
#119bff hex color red value is 17, green value is 155 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #119bff hue: 0.57 , saturation: 1.00 and the lightness value of 119bff is 0.53.
The process color (four color CMYK) of #119bff color hex is 0.93, 0.39, 0.00, 0.00. Web safe color of #119bff is #0099ff. Color #119bff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010001 | 10011011 | 11111111 |
Octal | 21 | 233 | 377 |
Decimal | 17 | 155 | 255 |
Hex | 11 | 9B | FF |
Shades of #119bff
Tints of #119bff
RGB Percentages of Color #119bff
CMYK Percentages of Color #119bff
Complementary Color
#119bff | #ff7511 |
#119bff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#119bff Color Preview on White Background
Lorem ipsum dolor sit amet.
#119bff Color CSS Codes
.mybgcolor {background-color:#119bff; } .myforecolor {color:#119bff; } .mybordercolor {border:3px solid #119bff; }
#119bff Text Font Color
<p style="color:#119bff">Text here</p>
This sample text font color is #119bff
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.
#119bff Background Color
<div style="background-color:#119bff">
Div content here</div>
This div background color is #119bff
#119bff Border Color
<div style="border:3px solid #119bff">
Div here</div>
This div border color is #119bff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(17,155,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #119bff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #119bff; -webkit-box-shadow: 1px 1px 3px 2px #119bff; box-shadow: 1px 1px 3px 2px #119bff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(17,155,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #119bff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #119bff; -webkit-box-shadow: 1px 1px 3px 2px #119bff; box-shadow: 1px 1px 3px 2px #119bff;">
Div content here</div>
This div box has shadow with color #119bff
Comments
No comments written yet.
Please login to write comment.