Color Hex Logo

#2958db Color Hex

#2958DB
(41,88,219)
0 Favorites   0 Comments

Color spaces of #2958db

RGB 4188219
HSL0.620.710.51
HSV224°81°86°
CMYK 0.810.600.00   0.14
XYZ17.190412.565368.5372
Yxy12.56530.17490.1278
Hunter Lab35.447624.5308-89.8228
CIE-Lab42.100832.3262-71.2293

#2958db color RGB value is (41,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01011000 11011011
Octal 51 130 333
Decimal 41 88 219
Hex 29 58 DB

RGB Percentages of Color #2958db

%11.78
%25.29
%62.93

CMYK Percentages of Color #2958db

%81
%60
%0
%14

Triadic Colors of #2958db

#2958db #db2958 #58db29

Analogous Colors of #2958db

#2958db #5329db #29b1db

Monochromatic Colors of #2958db

#2958db

Complementary Color

#2958db #dbac29

#2958db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2958db Color Preview on White Background

Lorem ipsum dolor sit amet.

#2958db Color CSS Codes

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

#2958db Text Font Color

<p style="color:#2958db">Text here</p>

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


#2958db Background Color

<div style="background-color:#2958db">
Div content here</div>

This div background color is #2958db


#2958db Border Color

<div style="border:3px solid #2958db">
Div here</div>

This div border color is #2958db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,88,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 #2958db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2958db


Comments

No comments written yet.

Please login to write comment.