Color spaces of #090fbf
RGB | 9 | 15 | 191 |
---|---|---|---|
HSL | 0.66 | 0.91 | 0.39 |
HSV | 238° | 95° | 75° |
CMYK | 0.95 | 0.92 | 0.00 0.25 |
XYZ | 9.6875 | 4.1613 | 49.5828 |
Yxy | 4.1613 | 0.1527 | 0.0656 |
Hunter Lab | 20.3993 | 49.0700 | -129.8318 |
CIE-Lab | 24.1977 | 60.2920 | -84.5635 |
#090fbf color RGB value is (9,15,191).
#090fbf hex color red value is 9, green value is 15 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #090fbf hue: 0.66 , saturation: 0.91 and the lightness value of 090fbf is 0.39.
The process color (four color CMYK) of #090fbf color hex is 0.95, 0.92, 0.00, 0.25. Web safe color of #090fbf is #0000cc. Color #090fbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 00001111 | 10111111 |
Octal | 11 | 17 | 277 |
Decimal | 9 | 15 | 191 |
Hex | 9 | F | BF |
Shades of #090fbf
Tints of #090fbf
RGB Percentages of Color #090fbf
CMYK Percentages of Color #090fbf
Complementary Color
#090fbf | #bfb909 |
#090fbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#090fbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#090fbf Color CSS Codes
.mybgcolor {background-color:#090fbf; } .myforecolor {color:#090fbf; } .mybordercolor {border:3px solid #090fbf; }
#090fbf Text Font Color
<p style="color:#090fbf">Text here</p>
This sample text font color is #090fbf
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.
#090fbf Background Color
<div style="background-color:#090fbf">
Div content here</div>
This div background color is #090fbf
#090fbf Border Color
<div style="border:3px solid #090fbf">
Div here</div>
This div border color is #090fbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,15,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #090fbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #090fbf; -webkit-box-shadow: 1px 1px 3px 2px #090fbf; box-shadow: 1px 1px 3px 2px #090fbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,15,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #090fbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #090fbf; -webkit-box-shadow: 1px 1px 3px 2px #090fbf; box-shadow: 1px 1px 3px 2px #090fbf;">
Div content here</div>
This div box has shadow with color #090fbf
Comments
No comments written yet.
Please login to write comment.