Color Hex Logo

#417efb Color Hex

#417EFB
(65,126,251)
0 Favorites   0 Comments

Color spaces of #417efb

RGB 65126251
HSL0.610.960.62
HSV220°74°98°
CMYK 0.740.500.00   0.02
XYZ27.053423.010694.2824
Yxy23.01060.18740.1594
Hunter Lab47.969416.7227-82.9542
CIE-Lab55.083322.5071-68.0707

#417efb color RGB value is (65,126,251).

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

The process color (four color CMYK) of #417efb color hex is 0.74, 0.50, 0.00, 0.02. Web safe color of #417efb is #3366ff. Color #417efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111110 11111011
Octal 101 176 373
Decimal 65 126 251
Hex 41 7E FB

RGB Percentages of Color #417efb

%14.71
%28.51
%56.79

CMYK Percentages of Color #417efb

%74
%50
%0
%2

Triadic Colors of #417efb

#417efb #fb417e #7efb41

Analogous Colors of #417efb

#417efb #6141fb #41dbfb

Monochromatic Colors of #417efb

#417efb

Complementary Color

#417efb #fbbe41

#417efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#417efb Color CSS Codes

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

#417efb Text Font Color

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

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


#417efb Background Color

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

This div background color is #417efb


#417efb Border Color

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

This div border color is #417efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417efb

Related Colors


Comments

No comments written yet.

Please login to write comment.