Skip to main content Skip to docs navigation

#424dcc 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 #424dcc Color code in RGB color code model is created after adding 25.88% red color, 30.2% green color and 80% blue color. Hex #424dcc Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 62% magenta, 0% yellow and 20% black.

Hex #424dcc color code is between #4455bb web safe hex color code and #3344dd web safe hex color code. #4455bb is the nearest web safe color code. You can see here many more shades of #424dcc color code.

RGB Chart

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

Color Table

Hex Color Code 424dcc #424dcc
RGB Decimal 66, 77, 204 66, 77, 204
RGB Percent 26%, 30%, 80% rgb(26%, 30%, 80%)
CSS RGBa 66, 77, 204,1 rgba(66,77,204,1)
CMYK Model cmyk(68%,62%,0%,20%)
HSL Color Space 235,58% ,53% hsl(235,58% ,53%)
HSV Color Space 235°, 68%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000010 01001101 11001100
Octal 102 115 314
Decimal 66 77 204
Hex 42 4d cc

Different shades of #424dcc color code.

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

Darkest of #424dcc
#191e5c
Darker of #424dcc
#242b84
Dark of #424dcc
#2f39ac
Base of #424dcc
#424dcc
Light of #424dcc
#6a73d7
Lighter
#9299e2
Lightest
#babeed

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

#424dcc
#ccc142

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

Split Complementary

#424dcc
#cc7c42
#92cc42

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

Analogous Color

#429dcc
#4286cc
#424dcc
#6542cc
#9f42cc

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

#424dcc
#4dcc42
#cc424d

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

#424dcc
#cc424d
#ccc142
#42ccc1

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

#424dcc
#cc4292
#ccc142
#42cc7c

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 #424dcc

#0e1134
#191e5c
#242b84
#2f39ac
#424dcc
#6a73d7
#9299e2
#babeed
#e3e4f7

Tints of #424dcc Color

#424dcc
#5760d1
#6c74d7
#8188dd
#969ce2
#abafe8
#c0c3ee
#d5d7f3
#eaebf9
#ffffff

Shades of #424dcc color code

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

#424dcc
#3a44b5
#333b9e
#2c3388
#242a71
#1d225a
#161944
#0e112d
#070816
#000000

Tones

#424dcc
#5a61b4
#72759c
#878787
#878787

Tones

Similar Color like #424dcc color

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

#434ecd
#444fce
#4550cf
#4651d0
#4752d1
#4853d2
#4954d3
#4a55d4
#4b56d5
#4c57d6
#4d58d7
#4e59d8
#4f5ad9
#505bda
#414ccb
#404bca
#3f4ac9
#3e49c8
#3d48c7
#3c47c6
#3b46c5
#3a45c4
#3944c3
#3843c2
#3742c1
#3641c0
#3540bf
#343fbe

Download this Dark Blue

Hex #424dcc 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.

#424dcc Color Code Preview on Black Background Color

This is how #424dcc Color will look on black background color. Color contrast ratio is 3.17

#424dcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #424dcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #424dcc

#424dcc color code is use for CSS Background Color

Background color for the above div is #424dcc

HTML with inline CSS

<div style="background-color:#424dcc;"></div>

#424dcc color code is use for CSS Border Color

CSS Border color for the above div is #424dcc

HTML with inline CSS

<div style="border:5px solid #424dcc;"></div>

CSS Border Left color for the above div is #424dcc

HTML with inline CSS

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

CSS Border Right color for the above div is #424dcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #424dcc

HTML with inline CSS

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

CSS Border Top color for the above div is #424dcc

HTML with inline CSS

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

#424dcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#424dcc Color code Preview on White Background

This is how #424dcc Color code will look on white background color. Color contrast ratio is 6.63

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

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(66,77,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,193,66,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(66,77,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }