Color Hex Logo

#2997eb Color Hex

#2997EB
(41,151,235)
0 Favorites   0 Comments

Color spaces of #2997eb

RGB 41151235
HSL0.570.830.54
HSV206°83°92°
CMYK 0.830.360.00   0.08
XYZ26.976528.602882.6963
Yxy28.60280.19510.2069
Hunter Lab53.4816-3.5561-54.2405
CIE-Lab60.4295-0.8488-50.7009

#2997eb color RGB value is (41,151,235).

#2997eb hex color red value is 41, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #2997eb hue: 0.57 , saturation: 0.83 and the lightness value of 2997eb is 0.54.

The process color (four color CMYK) of #2997eb color hex is 0.83, 0.36, 0.00, 0.08. Web safe color of #2997eb is #3399ff. Color #2997eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10010111 11101011
Octal 51 227 353
Decimal 41 151 235
Hex 29 97 EB

RGB Percentages of Color #2997eb

%9.60
%35.36
%55.04

CMYK Percentages of Color #2997eb

%83
%36
%0
%8

Triadic Colors of #2997eb

#2997eb #eb2997 #97eb29

Analogous Colors of #2997eb

#2997eb #2936eb #29ebde

Monochromatic Colors of #2997eb

#2997eb

Complementary Color

#2997eb #eb7d29

#2997eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2997eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2997eb Color CSS Codes

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

#2997eb Text Font Color

<p style="color:#2997eb">Text here</p>

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


#2997eb Background Color

<div style="background-color:#2997eb">
Div content here</div>

This div background color is #2997eb


#2997eb Border Color

<div style="border:3px solid #2997eb">
Div here</div>

This div border color is #2997eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,151,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2997eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2997eb;
  -webkit-box-shadow: 1px 1px 3px 2px #2997eb;
  box-shadow:         1px 1px 3px 2px #2997eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2997eb


Comments

No comments written yet.

Please login to write comment.