Skip to main content Skip to docs navigation

#103aef 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 #103aef Color code in RGB color code model is created after adding 6.27% red color, 22.75% green color and 93.73% blue color. Hex #103aef Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 76% magenta, 0% yellow and 6.27% black.

Hex #103aef color code is between #1133ee web safe hex color code and #0044ff web safe hex color code. #1133ee is the nearest web safe color code. You can see here many more shades of #103aef color code.

RGB Chart

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

Color Table

Hex Color Code 103aef #103aef
RGB Decimal 16, 58, 239 16, 58, 239
RGB Percent 6%, 23%, 94% rgb(6%, 23%, 94%)
CSS RGBa 16, 58, 239,1 rgba(16,58,239,1)
CMYK Model cmyk(93%,76%,0%,6.27%)
HSL Color Space 229,87% ,50% hsl(229,87% ,50%)
HSV Color Space 229°, 93%, 94%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010000 00111010 11101111
Octal 20 72 357
Decimal 16 58 239
Hex 10 3a ef

Different shades of #103aef color code.

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

Darkest of #103aef
#061760
Darker of #103aef
#0a238f
Dark of #103aef
#0d2ebf
Base of #103aef
#103aef
Light of #103aef
#4061f2
Lighter
#7089f5
Lightest
#9fb0f9

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

#103aef
#efc510

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

Split Complementary

#103aef
#ef5610
#a9ef10

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

Analogous Color

#10bcef
#1097ef
#103aef
#3010ef
#8d10ef

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

#103aef
#3aef10
#ef103a

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

#103aef
#ef103a
#efc510
#10efc5

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

#103aef
#ef10a9
#efc510
#10ef56

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 #103aef

#030c30
#061760
#0a238f
#0d2ebf
#103aef
#4061f2
#7089f5
#9fb0f9
#cfd8fc

Tints of #103aef Color

#103aef
#2a4ff0
#4565f2
#5f7bf4
#7a91f6
#94a7f7
#afbdf9
#c9d3fb
#e4e9fd
#ffffff

Shades of #103aef color code

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

#103aef
#0e33d4
#0c2db9
#0a269f
#082084
#07196a
#05134f
#030c35
#01061a
#000000

Tones

#103aef
#2a4ad5
#435abc
#5d6aa2
#767a89

Tones

Similar Color like #103aef color

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

#113bf0
#123cf1
#133df2
#143ef3
#153ff4
#1640f5
#1741f6
#1842f7
#1943f8
#1a44f9
#1b45fa
#1c46fb
#1d47fc
#1e48fd
#0f39ee
#0e38ed
#0d37ec
#0c36eb
#0b35ea
#0a34e9
#0933e8
#0832e7
#0731e6
#0630e5
#052fe4
#042ee3
#032de2
#022ce1

Download this Dark Blue

Hex #103aef 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.

#103aef Color Code Preview on Black Background Color

This is how #103aef Color will look on black background color. Color contrast ratio is 2.87

#103aef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #103aef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #103aef

#103aef color code is use for CSS Background Color

Background color for the above div is #103aef

HTML with inline CSS

<div style="background-color:#103aef;"></div>

#103aef color code is use for CSS Border Color

CSS Border color for the above div is #103aef

HTML with inline CSS

<div style="border:5px solid #103aef;"></div>

CSS Border Left color for the above div is #103aef

HTML with inline CSS

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

CSS Border Right color for the above div is #103aef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #103aef

HTML with inline CSS

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

CSS Border Top color for the above div is #103aef

HTML with inline CSS

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

#103aef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#103aef Color code Preview on White Background

This is how #103aef Color code will look on white background color. Color contrast ratio is 7.31

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

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