Color Hex Logo

#417fda Color Hex

#417FDA
(65,127,218)
0 Favorites   0 Comments

Color spaces of #417fda

RGB 65127218
HSL0.600.670.55
HSV216°70°85°
CMYK 0.700.420.00   0.15
XYZ22.424221.364569.2715
Yxy21.36450.19830.1890
Hunter Lab46.22175.7101-56.5014
CIE-Lab53.346110.0499-52.4508

#417fda color RGB value is (65,127,218).

#417fda hex color red value is 65, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #417fda hue: 0.60 , saturation: 0.67 and the lightness value of 417fda is 0.55.

The process color (four color CMYK) of #417fda color hex is 0.70, 0.42, 0.00, 0.15. Web safe color of #417fda is #3366cc. Color #417fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111111 11011010
Octal 101 177 332
Decimal 65 127 218
Hex 41 7F DA

RGB Percentages of Color #417fda

%15.85
%30.98
%53.17

CMYK Percentages of Color #417fda

%70
%42
%0
%15

Triadic Colors of #417fda

#417fda #da417f #7fda41

Analogous Colors of #417fda

#417fda #5041da #41ccda

Monochromatic Colors of #417fda

#417fda

Complementary Color

#417fda #da9c41

#417fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#417fda Color CSS Codes

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

#417fda Text Font Color

<p style="color:#417fda">Text here</p>

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


#417fda Background Color

<div style="background-color:#417fda">
Div content here</div>

This div background color is #417fda


#417fda Border Color

<div style="border:3px solid #417fda">
Div here</div>

This div border color is #417fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(65,127,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #417fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #417fda;
  -webkit-box-shadow: 1px 1px 3px 2px #417fda;
  box-shadow:         1px 1px 3px 2px #417fda; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417fda


Comments

No comments written yet.

Please login to write comment.