Skip to main content Skip to docs navigation

#1978bd 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 Beautiful Blue and its hex is #186DB6 Nearest Color Name

Color Hue/Base color: Blue

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

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

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 00011001 01111000 10111101
Octal 31 170 275
Decimal 25 120 189
Hex 19 78 bd

Different shades of #1978bd color code.

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

Darkest of #1978bd
#072236
Darker of #1978bd
#0d3f63
Dark of #1978bd
#135b90
Base of #1978bd
#1978bd
Light of #1978bd
#2793e2
Lighter
#54aae8
Lightest
#81c0ee

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

#1978bd
#bd5e19

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

Split Complementary

#1978bd
#bd1926
#bdb019

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

Analogous Color

#19bda2
#19bcbd
#1978bd
#1941bd
#3519bd

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

#1978bd
#78bd19
#bd1978

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

#1978bd
#bd1978
#bd5e19
#19bd5e

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

#1978bd
#b019bd
#bd5e19
#26bd19

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

#010609
#072236
#0d3f63
#135b90
#1978bd
#2793e2
#54aae8
#81c0ee
#aed7f4

Tints of #1978bd Color

#1978bd
#3287c4
#4c96cb
#65a5d3
#7fb4da
#98c3e1
#b2d2e9
#cbe1f0
#e5f0f7
#ffffff

Shades of #1978bd color code

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

#1978bd
#166aa8
#135d93
#10507e
#0d4269
#0b3554
#08283f
#051a2a
#020d15
#000000

Tones

#1978bd
#2e75a8
#447192
#596e7d
#6b6b6b

Tones

Similar Color like #1978bd color

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

#1a79be
#1b7abf
#1c7bc0
#1d7cc1
#1e7dc2
#1f7ec3
#207fc4
#2180c5
#2281c6
#2382c7
#2483c8
#2584c9
#2685ca
#2786cb
#1877bc
#1776bb
#1675ba
#1574b9
#1473b8
#1372b7
#1271b6
#1170b5
#106fb4
#0f6eb3
#0e6db2
#0d6cb1
#0c6bb0
#0b6aaf

Download this Dark Blue

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

#1978bd Color Code Preview on Black Background Color

This is how #1978bd Color will look on black background color. Color contrast ratio is 4.46

#1978bd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#1978bd color code is use for CSS Background Color

Background color for the above div is #1978bd

HTML with inline CSS

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

#1978bd color code is use for CSS Border Color

CSS Border color for the above div is #1978bd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#1978bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1978bd Color code Preview on White Background

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

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

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