Color Hex Logo

#297ffd Color Hex

#297FFD
(41,127,253)
0 Favorites   0 Comments

Color spaces of #297ffd

RGB 41127253
HSL0.600.980.58
HSV216°84°99°
CMYK 0.840.500.00   0.01
XYZ26.233422.742095.9355
Yxy22.74200.18100.1569
Hunter Lab47.688614.7375-85.8922
CIE-Lab54.805620.3468-69.6571

#297ffd color RGB value is (41,127,253).

#297ffd hex color red value is 41, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #297ffd hue: 0.60 , saturation: 0.98 and the lightness value of 297ffd is 0.58.

The process color (four color CMYK) of #297ffd color hex is 0.84, 0.50, 0.00, 0.01. Web safe color of #297ffd is #3366ff. Color #297ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111111 11111101
Octal 51 177 375
Decimal 41 127 253
Hex 29 7F FD

RGB Percentages of Color #297ffd

%9.74
%30.17
%60.10

CMYK Percentages of Color #297ffd

%84
%50
%0
%1

Triadic Colors of #297ffd

#297ffd #fd297f #7ffd29

Analogous Colors of #297ffd

#297ffd #3d29fd #29e9fd

Monochromatic Colors of #297ffd

#297ffd

Complementary Color

#297ffd #fda729

#297ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#297ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#297ffd Color CSS Codes

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

#297ffd Text Font Color

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

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


#297ffd Background Color

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

This div background color is #297ffd


#297ffd Border Color

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

This div border color is #297ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #297ffd


Comments

No comments written yet.

Please login to write comment.