Skip to main content Skip to docs navigation

#024ca8 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 #024ca8 Color code in RGB color code model is created after adding 0.78% red color, 29.8% green color and 65.88% blue color. Hex #024ca8 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 55% magenta, 0% yellow and 34.12% black.

Hex #024ca8 color code is between #0044aa web safe hex color code and #005599 web safe hex color code. #0044aa is the nearest web safe color code. You can see here many more shades of #024ca8 color code.

RGB Chart

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

Color Table

Hex Color Code 024ca8 #024ca8
RGB Decimal 2, 76, 168 2, 76, 168
RGB Percent 1%, 30%, 66% rgb(1%, 30%, 66%)
CSS RGBa 2, 76, 168,1 rgba(2,76,168,1)
CMYK Model cmyk(99%,55%,0%,34.12%)
HSL Color Space 213,98% ,33% hsl(213,98% ,33%)
HSV Color Space 213°, 99%, 66%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000010 01001100 10101000
Octal 2 114 250
Decimal 2 76 168
Hex 02 4c a8

Different shades of #024ca8 color code.

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

Darkest of #024ca8
#000811
Darker of #024ca8
#011e43
Dark of #024ca8
#013576
Base of #024ca8
#024ca8
Light of #024ca8
#0363da
Lighter
#147bfc
Lightest
#4698fd

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

#024ca8
#a85e02

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

Split Complementary

#024ca8
#a80b02
#9fa802

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

Analogous Color

#02a8a3
#0291a8
#024ca8
#0215a8
#3402a8

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

#024ca8
#4ca802
#a8024c

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

#024ca8
#a8024c
#a85e02
#02a85e

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

#024ca8
#a8029f
#a85e02
#02a80b

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

#000000
#000811
#011e43
#013576
#024ca8
#0363da
#147bfc
#4698fd
#79b4fd

Tints of #024ca8 Color

#024ca8
#1e5fb1
#3a73bb
#5687c5
#729bce
#8eafd8
#aac3e2
#c6d7eb
#e2ebf5
#ffffff

Shades of #024ca8 color code

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

#024ca8
#014395
#013b82
#013270
#012a5d
#00214a
#001938
#001025
#000812
#000000

Tones

#024ca8
#134e97
#245086
#355275
#465364

Tones

Similar Color like #024ca8 color

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

#034da9
#044eaa
#054fab
#0650ac
#0751ad
#0852ae
#0953af
#0a54b0
#0b55b1
#0c56b2
#0d57b3
#0e58b4
#0f59b5
#105ab6
#014ba7
#004aa6
#0049a5
#0048a4
#0047a3
#0046a2
#0045a1
#0044a0
#00439f
#00429e
#00419d
#00409c
#003f9b
#003e9a

Download this Dark Blue

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

#024ca8 Color Code Preview on Black Background Color

This is how #024ca8 Color will look on black background color. Color contrast ratio is 2.60

#024ca8 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#024ca8 color code is use for CSS Background Color

Background color for the above div is #024ca8

HTML with inline CSS

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

#024ca8 color code is use for CSS Border Color

CSS Border color for the above div is #024ca8

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#024ca8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#024ca8 Color code Preview on White Background

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

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

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