Skip to main content Skip to docs navigation

#417ffe hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Lightish Blue and its hex is #3D7AFD Nearest Color Name

Color Hue/Base color: Blue

Hex #417ffe Color code in RGB color code model is created after adding 25.49% red color, 49.8% green color and 99.61% blue color. Hex #417ffe Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 50% magenta, 0% yellow and 0.39% black.

Hex #417ffe color code is between #4477ff web safe hex color code and #3388ee web safe hex color code. #4477ff is the nearest web safe color code. You can see here many more shades of #417ffe color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 417ffe #417ffe
RGB Decimal 65, 127, 254 65, 127, 254
RGB Percent 25%, 50%, 100% rgb(25%, 50%, 100%)
CSS RGBa 65, 127, 254,1 rgba(65,127,254,1)
CMYK Model cmyk(74%,50%,0%,0.39%)
HSL Color Space 220,99% ,63% hsl(220,99% ,63%)
HSV Color Space 220°, 74%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000001 01111111 11111110
Octal 101 177 376
Decimal 65 127 254
Hex 41 7f fe

Different shades of #417ffe color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #417ffe
#0137a5
Darker of #417ffe
#0148d8
Dark of #417ffe
#0e5dfe
Base of #417ffe
#417ffe
Light of #417ffe
#74a1fe
Lighter
#a6c3ff
Lightest
#d9e6ff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#417ffe
#fec041

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#417ffe
#fe6241
#ddfe41

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#41edfe
#41cefe
#417ffe
#4241fe
#9141fe

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#417ffe
#7ffe41
#fe417f

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#417ffe
#fe417f
#fec041
#41fec0

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#417ffe
#fe41dd
#fec041
#41fe62

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #417ffe

#012672
#0137a5
#0148d8
#0e5dfe
#417ffe
#74a1fe
#a6c3ff
#d9e6ff
#ffffff

Tints of #417ffe Color

#417ffe
#568dfe
#6b9bfe
#80a9fe
#95b7fe
#aac6fe
#bfd4fe
#d4e2fe
#e9f0fe
#ffffff

Shades of #417ffe color code

Generate more color scales with scales (color stack) generator.

#417ffe
#3970e1
#3262c5
#2b54a9
#24468d
#1c3870
#152a54
#0e1c38
#070e1c
#000000

Tones

#417ffe
#5486eb
#678cd8
#7a93c5
#8d99b2

Tones

Similar Color like #417ffe color

Find visually similar hex color codes nearing to #417ffe hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#4280ff
#4381ff
#4482ff
#4583ff
#4684ff
#4785ff
#4886ff
#4987ff
#4a88ff
#4b89ff
#4c8aff
#4d8bff
#4e8cff
#4f8dff
#407efd
#3f7dfc
#3e7cfb
#3d7bfa
#3c7af9
#3b79f8
#3a78f7
#3977f6
#3876f5
#3775f4
#3674f3
#3573f2
#3472f1
#3371f0

Download this Dark Blue

Hex #417ffe Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#417ffe Color Code Preview on Black Background Color

This is how #417ffe Color will look on black background color. Color contrast ratio is 5.69

#417ffe in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#417ffe">Your Example Paragraph content text in with font color #417ffe </p>

Your Example Paragraph content text in with font color #417ffe

HTML with inline CSS

<div style="color:#417ffe">Your Paragraph text in with font color #417ffe </div>

Your Example Paragraph content text in with font color #417ffe

#417ffe color code is use for CSS Background Color

Background color for the above div is #417ffe

HTML with inline CSS

<div style="background-color:#417ffe;"></div>

#417ffe color code is use for CSS Border Color

CSS Border color for the above div is #417ffe

HTML with inline CSS

<div style="border:5px solid #417ffe;"></div>

CSS Border Left color for the above div is #417ffe

HTML with inline CSS

<div style="border-left:5px solid #417ffe;"></div>

CSS Border Right color for the above div is #417ffe

HTML with inline CSS

<div style="border-right:5px solid #417ffe;"></div>

CSS Border Bottom color for the above div is #417ffe

HTML with inline CSS

<div style="border-bottom:5px solid #417ffe;"></div>

CSS Border Top color for the above div is #417ffe

HTML with inline CSS

<div style="border-top:5px solid #417ffe;"></div>

#417ffe hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#417ffe; } .examplecolorclass {color:#417ffe; } .examplebordercolor {border:3px solid #417ffe; }

#417ffe Color code Preview on White Background

This is how #417ffe Color code will look on white background color. Color contrast ratio is 3.69

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #417ffe; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #417ffe; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(65,127,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,192,65,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(65,127,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }