Color spaces of #1999fb
RGB | 25 | 153 | 251 |
---|---|---|---|
HSL | 0.57 | 0.97 | 0.54 |
HSV | 206° | 90° | 98° |
CMYK | 0.90 | 0.39 | 0.00 0.02 |
XYZ | 29.2047 | 29.9542 | 95.5093 |
Yxy | 29.9542 | 0.1888 | 0.1937 |
Hunter Lab | 54.7304 | -0.5289 | -65.1548 |
CIE-Lab | 61.6147 | 2.8511 | -57.6330 |
#1999fb color RGB value is (25,153,251).
#1999fb hex color red value is 25, green value is 153 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1999fb hue: 0.57 , saturation: 0.97 and the lightness value of 1999fb is 0.54.
The process color (four color CMYK) of #1999fb color hex is 0.90, 0.39, 0.00, 0.02. Web safe color of #1999fb is #0099ff. Color #1999fb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 10011001 | 11111011 |
Octal | 31 | 231 | 373 |
Decimal | 25 | 153 | 251 |
Hex | 19 | 99 | FB |
Shades of #1999fb
Tints of #1999fb
RGB Percentages of Color #1999fb
CMYK Percentages of Color #1999fb
Complementary Color
#1999fb | #fb7b19 |
#1999fb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1999fb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1999fb Color CSS Codes
.mybgcolor {background-color:#1999fb; } .myforecolor {color:#1999fb; } .mybordercolor {border:3px solid #1999fb; }
#1999fb Text Font Color
<p style="color:#1999fb">Text here</p>
This sample text font color is #1999fb
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.
#1999fb Background Color
<div style="background-color:#1999fb">
Div content here</div>
This div background color is #1999fb
#1999fb Border Color
<div style="border:3px solid #1999fb">
Div here</div>
This div border color is #1999fb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,153,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1999fb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1999fb; -webkit-box-shadow: 1px 1px 3px 2px #1999fb; box-shadow: 1px 1px 3px 2px #1999fb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,153,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1999fb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1999fb; -webkit-box-shadow: 1px 1px 3px 2px #1999fb; box-shadow: 1px 1px 3px 2px #1999fb;">
Div content here</div>
This div box has shadow with color #1999fb
Comments
No comments written yet.
Please login to write comment.