Color spaces of #3069dc
RGB | 48 | 105 | 220 |
---|---|---|---|
HSL | 0.61 | 0.71 | 0.53 |
HSV | 220° | 78° | 86° |
CMYK | 0.78 | 0.52 | 0.00 0.14 |
XYZ | 19.1888 | 15.8988 | 69.7676 |
Yxy | 15.8988 | 0.1830 | 0.1516 |
Hunter Lab | 39.8733 | 16.1238 | -75.8303 |
CIE-Lab | 46.8414 | 22.4505 | -64.0754 |
#3069dc color RGB value is (48,105,220).
#3069dc hex color red value is 48, green value is 105 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3069dc hue: 0.61 , saturation: 0.71 and the lightness value of 3069dc is 0.53.
The process color (four color CMYK) of #3069dc color hex is 0.78, 0.52, 0.00, 0.14. Web safe color of #3069dc is #3366cc. Color #3069dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110000 | 01101001 | 11011100 |
Octal | 60 | 151 | 334 |
Decimal | 48 | 105 | 220 |
Hex | 30 | 69 | DC |
Shades of #3069dc
Tints of #3069dc
RGB Percentages of Color #3069dc
CMYK Percentages of Color #3069dc
Complementary Color
#3069dc | #dca330 |
#3069dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3069dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#3069dc Color CSS Codes
.mybgcolor {background-color:#3069dc; } .myforecolor {color:#3069dc; } .mybordercolor {border:3px solid #3069dc; }
#3069dc Text Font Color
<p style="color:#3069dc">Text here</p>
This sample text font color is #3069dc
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.
#3069dc Background Color
<div style="background-color:#3069dc">
Div content here</div>
This div background color is #3069dc
#3069dc Border Color
<div style="border:3px solid #3069dc">
Div here</div>
This div border color is #3069dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(48,105,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3069dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3069dc; -webkit-box-shadow: 1px 1px 3px 2px #3069dc; box-shadow: 1px 1px 3px 2px #3069dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(48,105,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 #3069dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3069dc; -webkit-box-shadow: 1px 1px 3px 2px #3069dc; box-shadow: 1px 1px 3px 2px #3069dc;">
Div content here</div>
This div box has shadow with color #3069dc
Comments
No comments written yet.
Please login to write comment.