Color spaces of #0951dc
RGB | 9 | 81 | 220 |
---|---|---|---|
HSL | 0.61 | 0.92 | 0.45 |
HSV | 220° | 96° | 86° |
CMYK | 0.96 | 0.63 | 0.00 0.14 |
XYZ | 15.9734 | 11.1102 | 69.0127 |
Yxy | 11.1102 | 0.1662 | 0.1156 |
Hunter Lab | 33.3320 | 27.2101 | -99.4255 |
CIE-Lab | 39.7655 | 35.5558 | -75.6513 |
#0951dc color RGB value is (9,81,220).
#0951dc hex color red value is 9, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0951dc hue: 0.61 , saturation: 0.92 and the lightness value of 0951dc is 0.45.
The process color (four color CMYK) of #0951dc color hex is 0.96, 0.63, 0.00, 0.14. Web safe color of #0951dc is #0066cc. Color #0951dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 01010001 | 11011100 |
Octal | 11 | 121 | 334 |
Decimal | 9 | 81 | 220 |
Hex | 9 | 51 | DC |
Shades of #0951dc
Tints of #0951dc
RGB Percentages of Color #0951dc
CMYK Percentages of Color #0951dc
Complementary Color
#0951dc | #dc9409 |
#0951dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0951dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0951dc Color CSS Codes
.mybgcolor {background-color:#0951dc; } .myforecolor {color:#0951dc; } .mybordercolor {border:3px solid #0951dc; }
#0951dc Text Font Color
<p style="color:#0951dc">Text here</p>
This sample text font color is #0951dc
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.
#0951dc Background Color
<div style="background-color:#0951dc">
Div content here</div>
This div background color is #0951dc
#0951dc Border Color
<div style="border:3px solid #0951dc">
Div here</div>
This div border color is #0951dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,81,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0951dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0951dc; -webkit-box-shadow: 1px 1px 3px 2px #0951dc; box-shadow: 1px 1px 3px 2px #0951dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,81,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0951dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0951dc; -webkit-box-shadow: 1px 1px 3px 2px #0951dc; box-shadow: 1px 1px 3px 2px #0951dc;">
Div content here</div>
This div box has shadow with color #0951dc
Comments
No comments written yet.
Please login to write comment.