Color Hex Logo

#297feb Color Hex

#297FEB
(41,127,235)
0 Favorites   0 Comments

Color spaces of #297feb

RGB 41127235
HSL0.590.830.54
HSV213°83°92°
CMYK 0.830.460.00   0.08
XYZ23.499221.648381.5373
Yxy21.64830.18550.1709
Hunter Lab46.52778.7293-71.3331
CIE-Lab53.651813.5924-61.5300

#297feb color RGB value is (41,127,235).

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

The process color (four color CMYK) of #297feb color hex is 0.83, 0.46, 0.00, 0.08. Web safe color of #297feb is #3366ff. Color #297feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111111 11101011
Octal 51 177 353
Decimal 41 127 235
Hex 29 7F EB

RGB Percentages of Color #297feb

%10.17
%31.51
%58.31

CMYK Percentages of Color #297feb

%83
%46
%0
%8

Triadic Colors of #297feb

#297feb #eb297f #7feb29

Analogous Colors of #297feb

#297feb #3429eb #29e0eb

Monochromatic Colors of #297feb

#297feb

Complementary Color

#297feb #eb9529

#297feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#297feb Color CSS Codes

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

#297feb Text Font Color

<p style="color:#297feb">Text here</p>

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


#297feb Background Color

<div style="background-color:#297feb">
Div content here</div>

This div background color is #297feb


#297feb Border Color

<div style="border:3px solid #297feb">
Div here</div>

This div border color is #297feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297feb


Comments

No comments written yet.

Please login to write comment.