Color Hex Logo

#295fdb Color Hex

#295FDB
(41,95,219)
0 Favorites   0 Comments

Color spaces of #295fdb

RGB 4195219
HSL0.620.710.51
HSV222°81°86°
CMYK 0.810.570.00   0.14
XYZ17.792813.770368.7380
Yxy13.77030.17740.1373
Hunter Lab37.108420.6480-83.8505
CIE-Lab43.901727.8289-68.2916

#295fdb color RGB value is (41,95,219).

#295fdb hex color red value is 41, green value is 95 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #295fdb hue: 0.62 , saturation: 0.71 and the lightness value of 295fdb is 0.51.

The process color (four color CMYK) of #295fdb color hex is 0.81, 0.57, 0.00, 0.14. Web safe color of #295fdb is #3366cc. Color #295fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011111 11011011
Octal 51 137 333
Decimal 41 95 219
Hex 29 5F DB

RGB Percentages of Color #295fdb

%11.55
%26.76
%61.69

CMYK Percentages of Color #295fdb

%81
%57
%0
%14

Triadic Colors of #295fdb

#295fdb #db295f #5fdb29

Analogous Colors of #295fdb

#295fdb #4c29db #29b8db

Monochromatic Colors of #295fdb

#295fdb

Complementary Color

#295fdb #dba529

#295fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#295fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#295fdb Color CSS Codes

.mybgcolor {background-color:#295fdb; } 
.myforecolor {color:#295fdb; }
.mybordercolor {border:3px solid #295fdb; }

#295fdb Text Font Color

<p style="color:#295fdb">Text here</p>

This sample text font color is #295fdb
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.


#295fdb Background Color

<div style="background-color:#295fdb">
Div content here</div>

This div background color is #295fdb


#295fdb Border Color

<div style="border:3px solid #295fdb">
Div here</div>

This div border color is #295fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,95,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #295fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #295fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #295fdb;
  box-shadow:         1px 1px 3px 2px #295fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,95,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #295fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #295fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #295fdb;
  box-shadow:         1px 1px 3px 2px #295fdb;">
Div content here</div>

This div box has shadow with color #295fdb


Comments

No comments written yet.

Please login to write comment.