Skip to main content Skip to docs navigation

#1663ed 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 Azul and its hex is #1D5DEC Nearest Color Name

Color Hue/Base color: Blue

Hex #1663ed Color code in RGB color code model is created after adding 8.63% red color, 38.82% green color and 92.94% blue color. Hex #1663ed Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 58% magenta, 0% yellow and 7.06% black.

Hex #1663ed color code is between #1166ee web safe hex color code and #2255dd web safe hex color code. #1166ee is the nearest web safe color code. You can see here many more shades of #1663ed color code.

RGB Chart

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

Color Table

Hex Color Code 1663ed #1663ed
RGB Decimal 22, 99, 237 22, 99, 237
RGB Percent 9%, 39%, 93% rgb(9%, 39%, 93%)
CSS RGBa 22, 99, 237,1 rgba(22,99,237,1)
CMYK Model cmyk(91%,58%,0%,7.06%)
HSL Color Space 219,86% ,51% hsl(219,86% ,51%)
HSV Color Space 219°, 91%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010110 01100011 11101101
Octal 26 143 355
Decimal 22 99 237
Hex 16 63 ed

Different shades of #1663ed color code.

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

Darkest of #1663ed
#082862
Darker of #1663ed
#0b3b92
Dark of #1663ed
#0f4fc1
Base of #1663ed
#1663ed
Light of #1663ed
#4583f1
Lighter
#75a2f4
Lightest
#a4c2f8

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

#1663ed
#eda016

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

Split Complementary

#1663ed
#ed3416
#cfed16

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

Analogous Color

#16e0ed
#16bded
#1663ed
#161bed
#6a16ed

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

#1663ed
#63ed16
#ed1663

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

#1663ed
#ed1663
#eda016
#16eda0

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

#1663ed
#ed16cf
#eda016
#16ed34

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 #1663ed

#041533
#082862
#0b3b92
#0f4fc1
#1663ed
#4583f1
#75a2f4
#a4c2f8
#d3e2fc

Tints of #1663ed Color

#1663ed
#2f74ef
#4985f1
#6397f3
#7da8f5
#97b9f7
#b1cbf9
#cbdcfb
#e5edfd
#ffffff

Shades of #1663ed color code

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

#1663ed
#1358d2
#114db8
#0e429e
#0c3783
#092c69
#07214f
#041634
#020b1a
#000000

Tones

#1663ed
#2f6ad4
#4871bb
#6178a2
#7a7f89

Tones

Similar Color like #1663ed color

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

#1764ee
#1865ef
#1966f0
#1a67f1
#1b68f2
#1c69f3
#1d6af4
#1e6bf5
#1f6cf6
#206df7
#216ef8
#226ff9
#2370fa
#2471fb
#1562ec
#1461eb
#1360ea
#125fe9
#115ee8
#105de7
#0f5ce6
#0e5be5
#0d5ae4
#0c59e3
#0b58e2
#0a57e1
#0956e0
#0855df

Download this Dark Blue

Hex #1663ed 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.

#1663ed Color Code Preview on Black Background Color

This is how #1663ed Color will look on black background color. Color contrast ratio is 4.04

#1663ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1663ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1663ed

#1663ed color code is use for CSS Background Color

Background color for the above div is #1663ed

HTML with inline CSS

<div style="background-color:#1663ed;"></div>

#1663ed color code is use for CSS Border Color

CSS Border color for the above div is #1663ed

HTML with inline CSS

<div style="border:5px solid #1663ed;"></div>

CSS Border Left color for the above div is #1663ed

HTML with inline CSS

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

CSS Border Right color for the above div is #1663ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1663ed

HTML with inline CSS

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

CSS Border Top color for the above div is #1663ed

HTML with inline CSS

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

#1663ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1663ed Color code Preview on White Background

This is how #1663ed Color code will look on white background color. Color contrast ratio is 5.20

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

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(22,99,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,160,22,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(22,99,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }