Skip to main content Skip to docs navigation

#1990bd 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 Spa Dream and its hex is #1993BE Nearest Color Name

Color Hue/Base color: Blue

Hex #1990bd Color code in RGB color code model is created after adding 9.8% red color, 56.47% green color and 74.12% blue color. Hex #1990bd Color code in CMYK color (process color) code model is generated after subtraction of 87% cyan, 24% magenta, 0% yellow and 25.88% black.

Hex #1990bd color code is between #1188bb web safe hex color code and #2299cc web safe hex color code. #1188bb is the nearest web safe color code. You can see here many more shades of #1990bd color code.

RGB Chart

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

Color Table

Hex Color Code 1990bd #1990bd
RGB Decimal 25, 144, 189 25, 144, 189
RGB Percent 10%, 56%, 74% rgb(10%, 56%, 74%)
CSS RGBa 25, 144, 189,1 rgba(25,144,189,1)
CMYK Model cmyk(87%,24%,0%,25.88%)
HSL Color Space 196,77% ,42% hsl(196,77% ,42%)
HSV Color Space 196°, 87%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011001 10010000 10111101
Octal 31 220 275
Decimal 25 144 189
Hex 19 90 bd

Different shades of #1990bd color code.

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

Darkest of #1990bd
#072936
Darker of #1990bd
#0d4b63
Dark of #1990bd
#136e90
Base of #1990bd
#1990bd
Light of #1990bd
#27afe2
Lighter
#54c0e8
Lightest
#81d0ee

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

#1990bd
#bd4619

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

Split Complementary

#1990bd
#bd193e
#bd9819

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

Analogous Color

#19bd8a
#19bda6
#1990bd
#1959bd
#1d19bd

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

#1990bd
#90bd19
#bd1990

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

#1990bd
#bd1990
#bd4619
#19bd46

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

#1990bd
#9819bd
#bd4619
#3ebd19

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 #1990bd

#010709
#072936
#0d4b63
#136e90
#1990bd
#27afe2
#54c0e8
#81d0ee
#aee1f4

Tints of #1990bd Color

#1990bd
#329cc4
#4ca8cb
#65b5d3
#7fc1da
#98cde1
#b2dae9
#cbe6f0
#e5f2f7
#ffffff

Shades of #1990bd color code

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

#1990bd
#1680a8
#137093
#10607e
#0d5069
#0b4054
#08303f
#05202a
#021015
#000000

Tones

#1990bd
#2e86a8
#447d92
#59737d
#6b6b6b

Tones

Similar Color like #1990bd color

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

#1a91be
#1b92bf
#1c93c0
#1d94c1
#1e95c2
#1f96c3
#2097c4
#2198c5
#2299c6
#239ac7
#249bc8
#259cc9
#269dca
#279ecb
#188fbc
#178ebb
#168dba
#158cb9
#148bb8
#138ab7
#1289b6
#1188b5
#1087b4
#0f86b3
#0e85b2
#0d84b1
#0c83b0
#0b82af

Download this Dark Blue

Hex #1990bd 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.

#1990bd Color Code Preview on Black Background Color

This is how #1990bd Color will look on black background color. Color contrast ratio is 5.77

#1990bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1990bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1990bd

#1990bd color code is use for CSS Background Color

Background color for the above div is #1990bd

HTML with inline CSS

<div style="background-color:#1990bd;"></div>

#1990bd color code is use for CSS Border Color

CSS Border color for the above div is #1990bd

HTML with inline CSS

<div style="border:5px solid #1990bd;"></div>

CSS Border Left color for the above div is #1990bd

HTML with inline CSS

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

CSS Border Right color for the above div is #1990bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1990bd

HTML with inline CSS

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

CSS Border Top color for the above div is #1990bd

HTML with inline CSS

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

#1990bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1990bd Color code Preview on White Background

This is how #1990bd Color code will look on white background color. Color contrast ratio is 3.64

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

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(25,144,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(189,70,25,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(25,144,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }