Color spaces of #295fcb
RGB | 41 | 95 | 203 |
---|---|---|---|
HSL | 0.61 | 0.66 | 0.48 |
HSV | 220° | 80° | 80° |
CMYK | 0.80 | 0.53 | 0.00 0.20 |
XYZ | 15.7862 | 12.9676 | 58.1709 |
Yxy | 12.9676 | 0.1816 | 0.1492 |
Hunter Lab | 36.0106 | 15.2318 | -70.5688 |
CIE-Lab | 42.7144 | 21.7627 | -61.0534 |
#295fcb color RGB value is (41,95,203).
#295fcb hex color red value is 41, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #295fcb hue: 0.61 , saturation: 0.66 and the lightness value of 295fcb is 0.48.
The process color (four color CMYK) of #295fcb color hex is 0.80, 0.53, 0.00, 0.20. Web safe color of #295fcb is #3366cc. Color #295fcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101001 | 01011111 | 11001011 |
Octal | 51 | 137 | 313 |
Decimal | 41 | 95 | 203 |
Hex | 29 | 5F | CB |
Shades of #295fcb
Tints of #295fcb
RGB Percentages of Color #295fcb
CMYK Percentages of Color #295fcb
Complementary Color
#295fcb | #cb9529 |
#295fcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#295fcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#295fcb Color CSS Codes
.mybgcolor {background-color:#295fcb; } .myforecolor {color:#295fcb; } .mybordercolor {border:3px solid #295fcb; }
#295fcb Text Font Color
<p style="color:#295fcb">Text here</p>
This sample text font color is #295fcb
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.
#295fcb Background Color
<div style="background-color:#295fcb">
Div content here</div>
This div background color is #295fcb
#295fcb Border Color
<div style="border:3px solid #295fcb">
Div here</div>
This div border color is #295fcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(41,95,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #295fcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #295fcb; -webkit-box-shadow: 1px 1px 3px 2px #295fcb; box-shadow: 1px 1px 3px 2px #295fcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(41,95,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #295fcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #295fcb; -webkit-box-shadow: 1px 1px 3px 2px #295fcb; box-shadow: 1px 1px 3px 2px #295fcb;">
Div content here</div>
This div box has shadow with color #295fcb
Comments
No comments written yet.
Please login to write comment.