Color Hex Logo

#417dcb Color Hex

#417DCB
(65,125,203)
0 Favorites   0 Comments

Color spaces of #417dcb

RGB 65125203
HSL0.590.570.53
HSV214°68°80°
CMYK 0.680.380.00   0.20
XYZ20.293120.102859.3106
Yxy20.10280.20350.2016
Hunter Lab44.83612.3269-47.0453
CIE-Lab51.95325.9390-46.1773

#417dcb color RGB value is (65,125,203).

#417dcb hex color red value is 65, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #417dcb hue: 0.59 , saturation: 0.57 and the lightness value of 417dcb is 0.53.

The process color (four color CMYK) of #417dcb color hex is 0.68, 0.38, 0.00, 0.20. Web safe color of #417dcb is #3366cc. Color #417dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 01111101 11001011
Octal 101 175 313
Decimal 65 125 203
Hex 41 7D CB

RGB Percentages of Color #417dcb

%16.54
%31.81
%51.65

CMYK Percentages of Color #417dcb

%68
%38
%0
%20

Triadic Colors of #417dcb

#417dcb #cb417d #7dcb41

Analogous Colors of #417dcb

#417dcb #4a41cb #41c2cb

Monochromatic Colors of #417dcb

#417dcb

Complementary Color

#417dcb #cb8f41

#417dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#417dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#417dcb Color CSS Codes

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

#417dcb Text Font Color

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

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


#417dcb Background Color

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

This div background color is #417dcb


#417dcb Border Color

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

This div border color is #417dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #417dcb


Comments

No comments written yet.

Please login to write comment.