Color Hex Logo

#417ddb Color Hex

#417DDB
(65,125,219)
0 Favorites   0 Comments

Color spaces of #417ddb

RGB 65125219
HSL0.600.680.56
HSV217°70°86°
CMYK 0.700.430.00   0.14
XYZ22.299820.905569.8777
Yxy20.90550.19720.1849
Hunter Lab45.72257.0436-58.6071
CIE-Lab52.845911.6337-53.8135

#417ddb color RGB value is (65,125,219).

#417ddb hex color red value is 65, green value is 125 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #417ddb hue: 0.60 , saturation: 0.68 and the lightness value of 417ddb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 11011011
Octal 101 175 333
Decimal 65 125 219
Hex 41 7D DB

RGB Percentages of Color #417ddb

%15.89
%30.56
%53.55

CMYK Percentages of Color #417ddb

%70
%43
%0
%14

Triadic Colors of #417ddb

#417ddb #db417d #7ddb41

Analogous Colors of #417ddb

#417ddb #5241db #41cadb

Monochromatic Colors of #417ddb

#417ddb

Complementary Color

#417ddb #db9f41

#417ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#417ddb Color CSS Codes

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

#417ddb Text Font Color

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

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


#417ddb Background Color

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

This div background color is #417ddb


#417ddb Border Color

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

This div border color is #417ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417ddb


Comments

No comments written yet.

Please login to write comment.