Color Hex Logo

#417bde Color Hex

#417BDE
(65,123,222)
0 Favorites   0 Comments

Color spaces of #417bde

RGB 65123222
HSL0.610.700.56
HSV218°71°87°
CMYK 0.710.450.00   0.13
XYZ22.447720.563771.8933
Yxy20.56370.19540.1790
Hunter Lab45.34729.0031-62.2551
CIE-Lab52.468613.9401-56.1070

#417bde color RGB value is (65,123,222).

#417bde hex color red value is 65, green value is 123 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #417bde hue: 0.61 , saturation: 0.70 and the lightness value of 417bde is 0.56.

The process color (four color CMYK) of #417bde color hex is 0.71, 0.45, 0.00, 0.13. Web safe color of #417bde is #3366cc. Color #417bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111011 11011110
Octal 101 173 336
Decimal 65 123 222
Hex 41 7B DE

RGB Percentages of Color #417bde

%15.85
%30.00
%54.15

CMYK Percentages of Color #417bde

%71
%45
%0
%13

Triadic Colors of #417bde

#417bde #de417b #7bde41

Analogous Colors of #417bde

#417bde #5541de #41cade

Monochromatic Colors of #417bde

#417bde

Complementary Color

#417bde #dea441

#417bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#417bde Color CSS Codes

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

#417bde Text Font Color

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

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


#417bde Background Color

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

This div background color is #417bde


#417bde Border Color

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

This div border color is #417bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417bde


Comments

No comments written yet.

Please login to write comment.