COLOR #417DF5

HEX: #417DF5
RGB: (65,125,245)

Color info

#417DF5 contains mainly blue color. Web safe color of #417DF5 is #3366FF (or #36F).

RGB color model

#417DF5 color RGB value is (65,125,245).

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

RGB channels and saturation

R 65 of 255 = 25%
G 125 of 255 = 49%
B 245 of 255 = 96%

65
125
245

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

Portions of RGB colors in percentages

R + G + B =
65 + 125 + 245 = 435 (100%)
R 65 of 435 ~ 14.94%
G 125 of 435 ~ 28.74%
B 245 of 435 ~ 56.32%

%14.94
%28.74
%56.32

CMYK color model

#417DF5 color CMYK value is (73,49,0,4).

  • cyan value is 73.47%
  • magenta value is 48.98%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(73,49,0,4)
C73M49Y0K4 
(73%,49%,0%,4%)
(0.73/0.49/0.00/0.04)	

CMYK percentages

%73.47
%48.98
%0
%3.92

Codes

Color #417DF5 in popluar color models

417DF5
RGB65125245
HSL220°90.00%60.78%
HSB/HSV220°73.47%96.08%
CMYK73.47%48.98%0.00%
3.92%

Color #417DF5 in popluar number systems.

HEX417DF5
Decimal65125245
Binary1000001111110111110101
Octal101175365

Shades and tints

Shades of #417DF5

#417DF5
(65,125,245)
#3C72DF
(60,114,223)
#3767C9
(55,103,201)
#325CB3
(50,92,179)
#2D519D
(45,81,157)
#284687
(40,70,135)
#233B71
(35,59,113)
#1E305B
(30,48,91)
#192545
(25,37,69)
#141A2F
(20,26,47)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #417DF5

#417DF5
(65,125,245)
#5288F5
(82,136,245)
#6393F5
(99,147,245)
#749EF5
(116,158,245)
#85A9F5
(133,169,245)
#96B4F5
(150,180,245)
#A7BFF5
(167,191,245)
#B8CAF5
(184,202,245)
#C9D5F5
(201,213,245)
#DAE0F5
(218,224,245)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417DF5; }

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

This text font color is #417DF5.


Background Color

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

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

This div background color is #417DF5.


Border color

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

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

This div border color is #417DF5.


Opacity

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

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

Text with #417DF5 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 #417DF5;}

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

This text has shadow with #417DF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417DF5 on black background.


Color preview on white background

This text has color #417DF5 on white background.



Black color preview on #417DF5 background

This text has black color on #417DF5 background.


White color preview on #417DF5 background

This text has white color on #417DF5 background.