Color Hex Logo

#297fbd Color Hex

#297FBD
(41,127,189)
0 Favorites   0 Comments

Color spaces of #297fbd

RGB 41127189
HSL0.570.640.45
HSV205°78°74°
CMYK 0.780.330.00   0.26
XYZ17.689119.324350.9418
Yxy19.32430.20110.2197
Hunter Lab43.9594-5.1013-37.9359
CIE-Lab51.0645-3.6019-39.6346

#297fbd color RGB value is (41,127,189).

#297fbd hex color red value is 41, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #297fbd hue: 0.57 , saturation: 0.64 and the lightness value of 297fbd is 0.45.

The process color (four color CMYK) of #297fbd color hex is 0.78, 0.33, 0.00, 0.26. Web safe color of #297fbd is #3366cc. Color #297fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111111 10111101
Octal 51 177 275
Decimal 41 127 189
Hex 29 7F BD

RGB Percentages of Color #297fbd

%11.48
%35.57
%52.94

CMYK Percentages of Color #297fbd

%78
%33
%0
%26

Triadic Colors of #297fbd

#297fbd #bd297f #7fbd29

Analogous Colors of #297fbd

#297fbd #2935bd #29bdb1

Monochromatic Colors of #297fbd

#297fbd

Complementary Color

#297fbd #bd6729

#297fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#297fbd Color CSS Codes

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

#297fbd Text Font Color

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

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


#297fbd Background Color

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

This div background color is #297fbd


#297fbd Border Color

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

This div border color is #297fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297fbd


Comments

No comments written yet.

Please login to write comment.