Skip to main content Skip to docs navigation

#149ddd 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 Huelveño Horizon and its hex is #17A9E5 Nearest Color Name

Color Hue/Base color: Blue

Hex #149ddd Color code in RGB color code model is created after adding 7.84% red color, 61.57% green color and 86.67% blue color. Hex #149ddd Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 29% magenta, 0% yellow and 13.33% black.

Hex #149ddd color code is between #1199cc web safe hex color code and #22aaee web safe hex color code. #1199cc is the nearest web safe color code. You can see here many more shades of #149ddd color code.

RGB Chart

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

Color Table

Hex Color Code 149ddd #149ddd
RGB Decimal 20, 157, 221 20, 157, 221
RGB Percent 8%, 62%, 87% rgb(8%, 62%, 87%)
CSS RGBa 20, 157, 221,1 rgba(20,157,221,1)
CMYK Model cmyk(91%,29%,0%,13.33%)
HSL Color Space 199,83% ,47% hsl(199,83% ,47%)
HSV Color Space 199°, 91%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010100 10011101 11011101
Octal 24 235 335
Decimal 20 157 221
Hex 14 9d dd

Different shades of #149ddd color code.

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

Darkest of #149ddd
#073951
Darker of #149ddd
#0c5b7f
Dark of #149ddd
#107cae
Base of #149ddd
#149ddd
Light of #149ddd
#37b3ed
Lighter
#66c5f1
Lightest
#95d7f5

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

#149ddd
#dd5414

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

Split Complementary

#149ddd
#dd1439
#ddb814

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

Analogous Color

#14dda8
#14ddc9
#149ddd
#145add
#2214dd

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

#149ddd
#9ddd14
#dd149d

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

#149ddd
#dd149d
#dd5414
#14dd54

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

#149ddd
#b814dd
#dd5414
#39dd14

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 #149ddd

#031822
#073951
#0c5b7f
#107cae
#149ddd
#37b3ed
#66c5f1
#95d7f5
#c3e8fa

Tints of #149ddd Color

#149ddd
#2ea7e0
#48b2e4
#62bde8
#7cc8ec
#96d3ef
#b0def3
#cae9f7
#e4f4fb
#ffffff

Shades of #149ddd color code

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

#149ddd
#118bc4
#0f7aab
#0d6893
#0b577a
#084562
#063449
#042231
#021118
#000000

Tones

#149ddd
#2c94c5
#448bad
#5c8395
#747a7d

Tones

Similar Color like #149ddd color

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

#159ede
#169fdf
#17a0e0
#18a1e1
#19a2e2
#1aa3e3
#1ba4e4
#1ca5e5
#1da6e6
#1ea7e7
#1fa8e8
#20a9e9
#21aaea
#22abeb
#139cdc
#129bdb
#119ada
#1099d9
#0f98d8
#0e97d7
#0d96d6
#0c95d5
#0b94d4
#0a93d3
#0992d2
#0891d1
#0790d0
#068fcf

Download this Dark Blue

Hex #149ddd 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.

#149ddd Color Code Preview on Black Background Color

This is how #149ddd Color will look on black background color. Color contrast ratio is 6.90

#149ddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #149ddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #149ddd

#149ddd color code is use for CSS Background Color

Background color for the above div is #149ddd

HTML with inline CSS

<div style="background-color:#149ddd;"></div>

#149ddd color code is use for CSS Border Color

CSS Border color for the above div is #149ddd

HTML with inline CSS

<div style="border:5px solid #149ddd;"></div>

CSS Border Left color for the above div is #149ddd

HTML with inline CSS

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

CSS Border Right color for the above div is #149ddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #149ddd

HTML with inline CSS

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

CSS Border Top color for the above div is #149ddd

HTML with inline CSS

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

#149ddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#149ddd Color code Preview on White Background

This is how #149ddd Color code will look on white background color. Color contrast ratio is 3.04

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

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(20,157,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,84,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,157,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }