Color Hex Logo

#417eff Color Hex

#417EFF
(65,126,255)
0 Favorites   0 Comments

Color spaces of #417eff

RGB 65126255
HSL0.611.000.63
HSV221°75°100°
CMYK 0.750.510.00   0.00
XYZ27.690823.265597.6390
Yxy23.26550.18640.1566
Hunter Lab48.234318.0648-86.2546
CIE-Lab55.344823.9429-69.8557

#417eff color RGB value is (65,126,255).

#417eff hex color red value is 65, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #417eff hue: 0.61 , saturation: 1.00 and the lightness value of 417eff is 0.63.

The process color (four color CMYK) of #417eff color hex is 0.75, 0.51, 0.00, 0.00. Web safe color of #417eff is #3366ff. Color #417eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111110 11111111
Octal 101 176 377
Decimal 65 126 255
Hex 41 7E FF

RGB Percentages of Color #417eff

%14.57
%28.25
%57.17

CMYK Percentages of Color #417eff

%75
%51
%0
%0

Triadic Colors of #417eff

#417eff #ff417e #7eff41

Analogous Colors of #417eff

#417eff #6341ff #41ddff

Monochromatic Colors of #417eff

#417eff

Complementary Color

#417eff #ffc241

#417eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#417eff Color CSS Codes

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

#417eff Text Font Color

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

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


#417eff Background Color

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

This div background color is #417eff


#417eff Border Color

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

This div border color is #417eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417eff

#417eff Color Palettes


Comments

No comments written yet.

Please login to write comment.