Color Hex Logo

#297fdc Color Hex

#297FDC
(41,127,220)
0 Favorites   0 Comments

Color spaces of #297fdc

RGB 41127220
HSL0.590.720.51
HSV211°81°86°
CMYK 0.810.420.00   0.14
XYZ21.422120.817570.5993
Yxy20.81750.18980.1845
Hunter Lab45.62623.9622-59.8035
CIE-Lab52.74927.9505-54.5721

#297fdc color RGB value is (41,127,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111111 11011100
Octal 51 177 334
Decimal 41 127 220
Hex 29 7F DC

RGB Percentages of Color #297fdc

%10.57
%32.73
%56.70

CMYK Percentages of Color #297fdc

%81
%42
%0
%14

Triadic Colors of #297fdc

#297fdc #dc297f #7fdc29

Analogous Colors of #297fdc

#297fdc #2d29dc #29d9dc

Monochromatic Colors of #297fdc

#297fdc

Complementary Color

#297fdc #dc8629

#297fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#297fdc Color CSS Codes

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

#297fdc Text Font Color

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

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


#297fdc Background Color

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

This div background color is #297fdc


#297fdc Border Color

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

This div border color is #297fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297fdc


Comments

No comments written yet.

Please login to write comment.