Skip to main content Skip to docs navigation

#2170aa 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 Larimar Blue and its hex is #1D78AB Nearest Color Name

Color Hue/Base color: Blue

Hex #2170aa Color code in RGB color code model is created after adding 12.94% red color, 43.92% green color and 66.67% blue color. Hex #2170aa Color code in CMYK color (process color) code model is generated after subtraction of 81% cyan, 34% magenta, 0% yellow and 33.33% black.

Hex #2170aa color code is between #227799 web safe hex color code and #1166bb web safe hex color code. #227799 is the nearest web safe color code. You can see here many more shades of #2170aa color code.

RGB Chart

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

Color Table

Hex Color Code 2170aa #2170aa
RGB Decimal 33, 112, 170 33, 112, 170
RGB Percent 13%, 44%, 67% rgb(13%, 44%, 67%)
CSS RGBa 33, 112, 170,1 rgba(33,112,170,1)
CMYK Model cmyk(81%,34%,0%,33.33%)
HSL Color Space 205,67% ,40% hsl(205,67% ,40%)
HSV Color Space 205°, 81%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100001 01110000 10101010
Octal 41 160 252
Decimal 33 112 170
Hex 21 70 aa

Different shades of #2170aa color code.

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

Darkest of #2170aa
#081c2a
Darker of #2170aa
#103855
Dark of #2170aa
#19547f
Base of #2170aa
#2170aa
Light of #2170aa
#298cd5
Lighter
#53a3de
Lightest
#7ebae6

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

#2170aa
#aa5b21

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

Split Complementary

#2170aa
#aa212b
#aa9f21

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

Analogous Color

#21aa94
#21a9aa
#2170aa
#2142aa
#3921aa

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

#2170aa
#70aa21
#aa2170

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

#2170aa
#aa2170
#aa5b21
#21aa5b

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

#2170aa
#9f21aa
#aa5b21
#2baa21

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 #2170aa

#000000
#081c2a
#103855
#19547f
#2170aa
#298cd5
#53a3de
#7ebae6
#a9d1ee

Tints of #2170aa Color

#2170aa
#397fb3
#528fbc
#6b9fc6
#83afcf
#9cbfd9
#b5cfe2
#cddfec
#e6eff5
#ffffff

Shades of #2170aa color code

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

#2170aa
#1d6397
#195784
#164a71
#123e5e
#0e314b
#0b2538
#071825
#030c12
#000000

Tones

#2170aa
#356d96
#4a6a81
#5e676d
#656565

Tones

Similar Color like #2170aa color

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

#2271ab
#2372ac
#2473ad
#2574ae
#2675af
#2776b0
#2877b1
#2978b2
#2a79b3
#2b7ab4
#2c7bb5
#2d7cb6
#2e7db7
#2f7eb8
#206fa9
#1f6ea8
#1e6da7
#1d6ca6
#1c6ba5
#1b6aa4
#1a69a3
#1968a2
#1867a1
#1766a0
#16659f
#15649e
#14639d
#13629c

Download this Dark Blue

Hex #2170aa 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.

#2170aa Color Code Preview on Black Background Color

This is how #2170aa Color will look on black background color. Color contrast ratio is 3.96

#2170aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2170aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2170aa

#2170aa color code is use for CSS Background Color

Background color for the above div is #2170aa

HTML with inline CSS

<div style="background-color:#2170aa;"></div>

#2170aa color code is use for CSS Border Color

CSS Border color for the above div is #2170aa

HTML with inline CSS

<div style="border:5px solid #2170aa;"></div>

CSS Border Left color for the above div is #2170aa

HTML with inline CSS

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

CSS Border Right color for the above div is #2170aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2170aa

HTML with inline CSS

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

CSS Border Top color for the above div is #2170aa

HTML with inline CSS

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

#2170aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2170aa Color code Preview on White Background

This is how #2170aa Color code will look on white background color. Color contrast ratio is 5.30

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

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(33,112,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,91,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(33,112,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }