Skip to main content Skip to docs navigation

#405bcb 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 Gorgonzola Blue and its hex is #4455CC Nearest Color Name

Color Hue/Base color: Blue

Hex #405bcb Color code in RGB color code model is created after adding 25.1% red color, 35.69% green color and 79.61% blue color. Hex #405bcb Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 55% magenta, 0% yellow and 20.39% black.

Hex #405bcb color code is between #4455cc web safe hex color code and #3366bb web safe hex color code. #4455cc is the nearest web safe color code. You can see here many more shades of #405bcb color code.

RGB Chart

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

Color Table

Hex Color Code 405bcb #405bcb
RGB Decimal 64, 91, 203 64, 91, 203
RGB Percent 25%, 36%, 80% rgb(25%, 36%, 80%)
CSS RGBa 64, 91, 203,1 rgba(64,91,203,1)
CMYK Model cmyk(68%,55%,0%,20.39%)
HSL Color Space 228,57% ,52% hsl(228,57% ,52%)
HSV Color Space 228°, 68%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000000 01011011 11001011
Octal 100 133 313
Decimal 64 91 203
Hex 40 5b cb

Different shades of #405bcb color code.

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

Darkest of #405bcb
#18255a
Darker of #405bcb
#233682
Dark of #405bcb
#2e46aa
Base of #405bcb
#405bcb
Light of #405bcb
#687dd6
Lighter
#90a0e1
Lightest
#b8c2ec

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

#405bcb
#cbb040

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

Split Complementary

#405bcb
#cb6b40
#a0cb40

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

Analogous Color

#40accb
#4095cb
#405bcb
#5340cb
#8d40cb

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

#405bcb
#5bcb40
#cb405b

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

#405bcb
#cb405b
#cbb040
#40cbb0

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

#405bcb
#cb40a0
#cbb040
#40cb6b

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 #405bcb

#0d1432
#18255a
#233682
#2e46aa
#405bcb
#687dd6
#90a0e1
#b8c2ec
#e0e5f7

Tints of #405bcb Color

#405bcb
#556dd0
#6a7fd6
#7f91dc
#94a3e2
#aab6e7
#bfc8ed
#d4daf3
#e9ecf9
#ffffff

Shades of #405bcb color code

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

#405bcb
#3850b4
#31469d
#2a3c87
#233270
#1c285a
#151e43
#0e142d
#070a16
#000000

Tones

#405bcb
#586ab3
#71799a
#858585
#858585

Tones

Similar Color like #405bcb color

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

#415ccc
#425dcd
#435ece
#445fcf
#4560d0
#4661d1
#4762d2
#4863d3
#4964d4
#4a65d5
#4b66d6
#4c67d7
#4d68d8
#4e69d9
#3f5aca
#3e59c9
#3d58c8
#3c57c7
#3b56c6
#3a55c5
#3954c4
#3853c3
#3752c2
#3651c1
#3550c0
#344fbf
#334ebe
#324dbd

Download this Dark Blue

Hex #405bcb 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.

#405bcb Color Code Preview on Black Background Color

This is how #405bcb Color will look on black background color. Color contrast ratio is 3.58

#405bcb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #405bcb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #405bcb

#405bcb color code is use for CSS Background Color

Background color for the above div is #405bcb

HTML with inline CSS

<div style="background-color:#405bcb;"></div>

#405bcb color code is use for CSS Border Color

CSS Border color for the above div is #405bcb

HTML with inline CSS

<div style="border:5px solid #405bcb;"></div>

CSS Border Left color for the above div is #405bcb

HTML with inline CSS

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

CSS Border Right color for the above div is #405bcb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #405bcb

HTML with inline CSS

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

CSS Border Top color for the above div is #405bcb

HTML with inline CSS

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

#405bcb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#405bcb Color code Preview on White Background

This is how #405bcb Color code will look on white background color. Color contrast ratio is 5.87

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 #405bcb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #405bcb; }

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(64,91,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,176,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(64,91,203,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }