Skip to main content Skip to docs navigation

#024ea2 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 Pantone 2145 C and its hex is #004EA8 Nearest Color Name

Color Hue/Base color: Blue

Hex #024ea2 Color code in RGB color code model is created after adding 0.78% red color, 30.59% green color and 63.53% blue color. Hex #024ea2 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 52% magenta, 0% yellow and 36.47% black.

Hex #024ea2 color code is between #0055aa web safe hex color code and #004499 web safe hex color code. #0055aa is the nearest web safe color code. You can see here many more shades of #024ea2 color code.

RGB Chart

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

Color Table

Hex Color Code 024ea2 #024ea2
RGB Decimal 2, 78, 162 2, 78, 162
RGB Percent 1%, 31%, 64% rgb(1%, 31%, 64%)
CSS RGBa 2, 78, 162,1 rgba(2,78,162,1)
CMYK Model cmyk(99%,52%,0%,36.47%)
HSL Color Space 212,98% ,32% hsl(212,98% ,32%)
HSV Color Space 212°, 99%, 64%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000010 01001110 10100010
Octal 2 116 242
Decimal 2 78 162
Hex 02 4e a2

Different shades of #024ea2 color code.

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

Darkest of #024ea2
#00050b
Darker of #024ea2
#011d3d
Dark of #024ea2
#013670
Base of #024ea2
#024ea2
Light of #024ea2
#0366d4
Lighter
#0e7ffc
Lightest
#409afd

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

#024ea2
#a25602

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

Split Complementary

#024ea2
#a20602
#9ea202

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

Analogous Color

#02a299
#0291a2
#024ea2
#0219a2
#2e02a2

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

#024ea2
#4ea202
#a2024e

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

#024ea2
#a2024e
#a25602
#02a256

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

#024ea2
#a2029e
#a25602
#02a206

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 #024ea2

#000000
#00050b
#011d3d
#013670
#024ea2
#0366d4
#0e7ffc
#409afd
#73b5fd

Tints of #024ea2 Color

#024ea2
#1e61ac
#3a75b6
#5689c1
#729ccb
#8eb0d5
#aac4e0
#c6d7ea
#e2ebf4
#ffffff

Shades of #024ea2 color code

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

#024ea2
#014590
#013c7e
#01346c
#012b5a
#002248
#001a36
#001124
#000812
#000000

Tones

#024ea2
#124f92
#235081
#335071
#445160

Tones

Similar Color like #024ea2 color

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

#034fa3
#0450a4
#0551a5
#0652a6
#0753a7
#0854a8
#0955a9
#0a56aa
#0b57ab
#0c58ac
#0d59ad
#0e5aae
#0f5baf
#105cb0
#014da1
#004ca0
#004b9f
#004a9e
#00499d
#00489c
#00479b
#00469a
#004599
#004498
#004397
#004296
#004195
#004094

Download this Dark Blue

Hex #024ea2 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.

#024ea2 Color Code Preview on Black Background Color

This is how #024ea2 Color will look on black background color. Color contrast ratio is 2.61

#024ea2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #024ea2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #024ea2

#024ea2 color code is use for CSS Background Color

Background color for the above div is #024ea2

HTML with inline CSS

<div style="background-color:#024ea2;"></div>

#024ea2 color code is use for CSS Border Color

CSS Border color for the above div is #024ea2

HTML with inline CSS

<div style="border:5px solid #024ea2;"></div>

CSS Border Left color for the above div is #024ea2

HTML with inline CSS

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

CSS Border Right color for the above div is #024ea2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #024ea2

HTML with inline CSS

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

CSS Border Top color for the above div is #024ea2

HTML with inline CSS

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

#024ea2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#024ea2 Color code Preview on White Background

This is how #024ea2 Color code will look on white background color. Color contrast ratio is 8.03

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

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(2,78,162,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(162,86,2,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(2,78,162,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }