COLOR #417DC1

HEX: #417DC1
RGB: (65,125,193)

Color info

#417DC1 contains mainly blue color. Web safe color of #417DC1 is #3366CC (or #36C).

RGB color model

#417DC1 color RGB value is (65,125,193).

  • red value is 65;
  • green value is 125;
  • blue value is 193.
RGB:
(65,125,193)
(25%,49%,76%)

RGB channels and saturation

R 65 of 255 = 25%
G 125 of 255 = 49%
B 193 of 255 = 76%

65
125
193

R + G + B ~ 50%. #417DC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 125 + 193 = 383 (100%)
R 65 of 383 ~ 16.97%
G 125 of 383 ~ 32.64%
B 193 of 383 ~ 50.39%

%16.97
%32.64
%50.39

CMYK color model

#417DC1 color CMYK value is (66,35,0,24).

  • cyan value is 66.32%
  • magenta value is 35.23%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(66,35,0,24)
C66M35Y0K24 
(66%,35%,0%,24%)
(0.66/0.35/0.00/0.24)	

CMYK percentages

%66.32
%35.23
%0
%24.31

Codes

Color #417DC1 in popluar color models

417DC1
RGB65125193
HSL212°50.79%50.59%
HSB/HSV212°66.32%75.69%
CMYK66.32%35.23%0.00%
24.31%

Color #417DC1 in popluar number systems.

HEX417DC1
Decimal65125193
Binary1000001111110111000001
Octal101175301

Shades and tints

Shades of #417DC1

#417DC1
(65,125,193)
#3C72B0
(60,114,176)
#37679F
(55,103,159)
#325C8E
(50,92,142)
#2D517D
(45,81,125)
#28466C
(40,70,108)
#233B5B
(35,59,91)
#1E304A
(30,48,74)
#192539
(25,37,57)
#141A28
(20,26,40)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #417DC1

#417DC1
(65,125,193)
#5288C6
(82,136,198)
#6393CB
(99,147,203)
#749ED0
(116,158,208)
#85A9D5
(133,169,213)
#96B4DA
(150,180,218)
#A7BFDF
(167,191,223)
#B8CAE4
(184,202,228)
#C9D5E9
(201,213,233)
#DAE0EE
(218,224,238)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417DC1 color. Also use rgb(65,125,193) instead hex code.

Text Font Color

.myTextColor { color: #417DC1; }

<p style="color:#417DC1">This sample text font color is #417DC1.</p>

This text font color is #417DC1.


Background Color

.myBgColor { background-color: #417DC1; }

<div style="background-color:#417DC1">Inner text</div>

This div background color is #417DC1.


Border color

.myBorderColor { border: 1px solid #417DC1; }

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

This div border color is #417DC1.


Opacity

.myOpacity80 { color: #417DC1; opacity: 0.8; }

<p style="color:#417DC1;opacity:0.8;">80%</p>

Text with #417DC1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #417DC1;}

<p style="text-shadow: 3px 3px 1px #417DC1">Text here.</p>

This text has shadow with #417DC1 color.

.textShadow {text-shadow: 3px 3px 1px #417DC1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #417DC1, 5px 5px 20px red">Text here.</p>

This text has shadow with #417DC1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#417DC1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#417DC1, Direction=45, Strength=4)">Text</p>

This text has shadow with #417DC1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #417DC1;
  -webkit-box-shadow:	1px 1px 3px 2px #417DC1;
  box-shadow:		1px 1px 3px 2px #417DC1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #417DC1;
-webkit-box-shadow: 1px 1px 3px 2px #417DC1;
box-shadow:1px 1px 3px 2px #417DC1;">
Div content here</div>
This div box has shadow with color #417DC1.

Preview

Color preview on black background

This text has color #417DC1 on black background.


Color preview on white background

This text has color #417DC1 on white background.



Black color preview on #417DC1 background

This text has black color on #417DC1 background.


White color preview on #417DC1 background

This text has white color on #417DC1 background.