Skip to main content Skip to docs navigation

#1024ee 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 Bluebonnet and its hex is #1C1CF0 Nearest Color Name

Color Hue/Base color: Blue

Hex #1024ee Color code in RGB color code model is created after adding 6.27% red color, 14.12% green color and 93.33% blue color. Hex #1024ee Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 85% magenta, 0% yellow and 6.67% black.

Hex #1024ee color code is between #1122dd web safe hex color code and #0033ff web safe hex color code. #1122dd is the nearest web safe color code. You can see here many more shades of #1024ee color code.

RGB Chart

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

Color Table

Hex Color Code 1024ee #1024ee
RGB Decimal 16, 36, 238 16, 36, 238
RGB Percent 6%, 14%, 93% rgb(6%, 14%, 93%)
CSS RGBa 16, 36, 238,1 rgba(16,36,238,1)
CMYK Model cmyk(93%,85%,0%,6.67%)
HSL Color Space 235,87% ,50% hsl(235,87% ,50%)
HSV Color Space 235°, 93%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 00100100 11101110
Octal 20 44 356
Decimal 16 36 238
Hex 10 24 ee

Different shades of #1024ee color code.

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

Darkest of #1024ee
#060e5f
Darker of #1024ee
#0a168e
Dark of #1024ee
#0d1dbe
Base of #1024ee
#1024ee
Light of #1024ee
#3f4ff2
Lighter
#6f7bf5
Lightest
#9ea7f9

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

#1024ee
#eeda10

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

Split Complementary

#1024ee
#ee6b10
#93ee10

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

Analogous Color

#10a6ee
#1081ee
#1024ee
#4610ee
#a210ee

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

#1024ee
#24ee10
#ee1024

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

#1024ee
#ee1024
#eeda10
#10eeda

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

#1024ee
#ee1093
#eeda10
#10ee6b

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 #1024ee

#03072f
#060e5f
#0a168e
#0d1dbe
#1024ee
#3f4ff2
#6f7bf5
#9ea7f9
#ced2fc

Tints of #1024ee Color

#1024ee
#2a3cef
#4554f1
#5f6df3
#7a85f5
#949df7
#afb6f9
#c9cefb
#e4e6fd
#ffffff

Shades of #1024ee color code

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

#1024ee
#0e20d3
#0c1cb9
#0a189e
#081484
#071069
#050c4f
#030834
#01041a
#000000

Tones

#1024ee
#2939d5
#434ebb
#5c62a2
#767788

Tones

Similar Color like #1024ee color

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

#1125ef
#1226f0
#1327f1
#1428f2
#1529f3
#162af4
#172bf5
#182cf6
#192df7
#1a2ef8
#1b2ff9
#1c30fa
#1d31fb
#1e32fc
#0f23ed
#0e22ec
#0d21eb
#0c20ea
#0b1fe9
#0a1ee8
#091de7
#081ce6
#071be5
#061ae4
#0519e3
#0418e2
#0317e1
#0216e0

Download this Dark Blue

Hex #1024ee 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.

#1024ee Color Code Preview on Black Background Color

This is how #1024ee Color will look on black background color. Color contrast ratio is 2.51

#1024ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1024ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1024ee

#1024ee color code is use for CSS Background Color

Background color for the above div is #1024ee

HTML with inline CSS

<div style="background-color:#1024ee;"></div>

#1024ee color code is use for CSS Border Color

CSS Border color for the above div is #1024ee

HTML with inline CSS

<div style="border:5px solid #1024ee;"></div>

CSS Border Left color for the above div is #1024ee

HTML with inline CSS

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

CSS Border Right color for the above div is #1024ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1024ee

HTML with inline CSS

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

CSS Border Top color for the above div is #1024ee

HTML with inline CSS

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

#1024ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1024ee Color code Preview on White Background

This is how #1024ee Color code will look on white background color. Color contrast ratio is 8.37

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

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(16,36,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,218,16,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(16,36,238,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }