Color Hex Logo

#297ad9 Color Hex

#297AD9
(41,122,217)
0 Favorites   0 Comments

Color spaces of #297ad9

RGB 41122217
HSL0.590.700.51
HSV212°81°85°
CMYK 0.810.440.00   0.15
XYZ20.398419.400268.3152
Yxy19.40020.18870.1794
Hunter Lab44.04575.5869-61.1273
CIE-Lab51.15229.9079-55.4383

#297ad9 color RGB value is (41,122,217).

#297ad9 hex color red value is 41, green value is 122 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #297ad9 hue: 0.59 , saturation: 0.70 and the lightness value of 297ad9 is 0.51.

The process color (four color CMYK) of #297ad9 color hex is 0.81, 0.44, 0.00, 0.15. Web safe color of #297ad9 is #3366cc. Color #297ad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111010 11011001
Octal 51 172 331
Decimal 41 122 217
Hex 29 7A D9

RGB Percentages of Color #297ad9

%10.79
%32.11
%57.11

CMYK Percentages of Color #297ad9

%81
%44
%0
%15

Triadic Colors of #297ad9

#297ad9 #d9297a #7ad929

Analogous Colors of #297ad9

#297ad9 #3029d9 #29d2d9

Monochromatic Colors of #297ad9

#297ad9

Complementary Color

#297ad9 #d98829

#297ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#297ad9 Color CSS Codes

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

#297ad9 Text Font Color

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

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


#297ad9 Background Color

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

This div background color is #297ad9


#297ad9 Border Color

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

This div border color is #297ad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297ad9


Comments

No comments written yet.

Please login to write comment.