COLOR #417DF6

HEX: #417DF6 RGB: (65,125,246)

Color info

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

RGB color model

#417DF6 color RGB value is (65,125,246).

RGB: (65,125,246) (25%, 49%, 96%)

RGB channels and saturation

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

65
125
246

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

Portions of RGB colors in percentages

R + G + B = 65 + 125 + 246 = 436 (100%)
R 65 of 436 ~ 14.91%
G 125 of 436 ~ 28.67%
B 246 of 436 ~ 56.42'%

%14.91
%28.67
%56.42

CMYK color model

#417DF6 color CMYK value is (74,49,0,4).

  • cyan value is 73.58%
  • magenta value is 49.19%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (74,49,0,4)
C74M49Y0K4 (74%, 49%, 0%, 4%)
(0.74 / 0.49 / 0.00 / 0.04)

CMYK percentages

%73.58
%49.19
%0
%3.53

Codes

Color #417DF6 in popluar color models

41 7D F6
RGB 65 125 246
HSL 220° 90.95% 60.98%
HSB/HSV 220° 73.58% 96.47%
CMYK 73.58% 49.19% 0.00%
3.53%

Color #417DF6 in popluar number systems.

HEX 41 7D F6
Decimal 65 125 246
Binary 1000001 1111101 11110110
Octal 101 175 366

Shades and tints

Shades of #417DF6

#417DF6
(65,125,246)
#3C72E0
(60,114,224)
#3767CA
(55,103,202)
#325CB4
(50,92,180)
#2D519E
(45,81,158)
#284688
(40,70,136)
#233B72
(35,59,114)
#1E305C
(30,48,92)
#192546
(25,37,70)
#141A30
(20,26,48)
#0F0F1A
(15,15,26)
#000000
(0,0,0)

Tints of #417DF6

#417DF6
(65,125,246)
#5288F6
(82,136,246)
#6393F6
(99,147,246)
#749EF6
(116,158,246)
#85A9F6
(133,169,246)
#96B4F6
(150,180,246)
#A7BFF6
(167,191,246)
#B8CAF6
(184,202,246)
#C9D5F6
(201,213,246)
#DAE0F6
(218,224,246)
#EBEBF6
(235,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417DF6; }

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

This text font color is #417DF6.

Background Color

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

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

This div background color is #417DF6.

Border color

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

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

This div border color is #417DF6.

Opacity

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

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

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

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

This text has shadow with #417DF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #417DF6.

Preview

Color preview on black background

This text has color #417DF6 on black background.


Color preview on white background

This text has color #417DF6 on white background.


Black color preview on #417DF6 background

This text has black color on #417DF6 background.


White color preview on #417DF6 background

This text has white color on #417DF6 background.


Related colors

Complementary color

Complementary color for #hex is #BE8209.


I love getcolorcode.com

Triadic colors

1 #F6417D and #7DF641 with #417DF6 are triadic colors.

2 #F67D41 and #7D41F6 with #417DF6 are triadic colors.