Color Hex Logo

#497ddf Color Hex

#497DDF
(73,125,223)
0 Favorites   0 Comments

Color spaces of #497ddf

RGB 73125223
HSL0.610.700.58
HSV219°67°87°
CMYK 0.670.440.00   0.13
XYZ23.400621.411472.7115
Yxy21.41140.19910.1822
Hunter Lab46.27259.2930-60.7763
CIE-Lab53.396814.2520-55.1649

#497ddf color RGB value is (73,125,223).

#497ddf hex color red value is 73, green value is 125 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #497ddf hue: 0.61 , saturation: 0.70 and the lightness value of 497ddf is 0.58.

The process color (four color CMYK) of #497ddf color hex is 0.67, 0.44, 0.00, 0.13. Web safe color of #497ddf is #3366cc. Color #497ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 01111101 11011111
Octal 111 175 337
Decimal 73 125 223
Hex 49 7D DF

RGB Percentages of Color #497ddf

%17.34
%29.69
%52.97

CMYK Percentages of Color #497ddf

%67
%44
%0
%13

Triadic Colors of #497ddf

#497ddf #df497d #7ddf49

Analogous Colors of #497ddf

#497ddf #6049df #49c8df

Monochromatic Colors of #497ddf

#497ddf

Complementary Color

#497ddf #dfab49

#497ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#497ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#497ddf Color CSS Codes

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

#497ddf Text Font Color

<p style="color:#497ddf">Text here</p>

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


#497ddf Background Color

<div style="background-color:#497ddf">
Div content here</div>

This div background color is #497ddf


#497ddf Border Color

<div style="border:3px solid #497ddf">
Div here</div>

This div border color is #497ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,125,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #497ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #497ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #497ddf;
  box-shadow:         1px 1px 3px 2px #497ddf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,125,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #497ddf


Comments

No comments written yet.

Please login to write comment.