Skip to main content Skip to docs navigation

#549fdb 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 Blue Astro and its hex is #50A7D9 Nearest Color Name

Color Hue/Base color: Blue

Hex #549fdb Color code in RGB color code model is created after adding 32.94% red color, 62.35% green color and 85.88% blue color. Hex #549fdb Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 27% magenta, 0% yellow and 14.12% black.

Hex #549fdb color code is between #5599dd web safe hex color code and #44aacc web safe hex color code. #5599dd is the nearest web safe color code. You can see here many more shades of #549fdb color code.

RGB Chart

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

Color Table

Hex Color Code 549fdb #549fdb
RGB Decimal 84, 159, 219 84, 159, 219
RGB Percent 33%, 62%, 86% rgb(33%, 62%, 86%)
CSS RGBa 84, 159, 219,1 rgba(84,159,219,1)
CMYK Model cmyk(62%,27%,0%,14.12%)
HSL Color Space 207,65% ,59% hsl(207,65% ,59%)
HSV Color Space 207°, 62%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010100 10011111 11011011
Octal 124 237 333
Decimal 84 159 219
Hex 54 9f db

Different shades of #549fdb color code.

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

Darkest of #549fdb
#1a507c
Darker of #549fdb
#236ca6
Dark of #549fdb
#2c87d0
Base of #549fdb
#549fdb
Light of #549fdb
#7eb7e4
Lighter
#a8ceed
Lightest
#d2e6f6

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

#549fdb
#db9054

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

Split Complementary

#549fdb
#db545b
#dbd454

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

Analogous Color

#54dbc8
#54d7db
#549fdb
#5472db
#6e54db

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

#549fdb
#9fdb54
#db549f

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

#549fdb
#db549f
#db9054
#54db90

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

#549fdb
#d454db
#db9054
#5bdb54

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 #549fdb

#113552
#1a507c
#236ca6
#2c87d0
#549fdb
#7eb7e4
#a8ceed
#d2e6f6
#fdfefe

Tints of #549fdb Color

#549fdb
#67a9df
#7ab4e3
#8dbfe7
#a0c9eb
#b3d4ef
#c6dff3
#d9e9f7
#ecf4fb
#ffffff

Shades of #549fdb color code

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

#549fdb
#4a8dc2
#417baa
#386a92
#2e5879
#254661
#1c3549
#122330
#091118
#000000

Tones

#549fdb
#699dc6
#7d9ab2
#92989d
#979797

Tones

Similar Color like #549fdb color

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

#55a0dc
#56a1dd
#57a2de
#58a3df
#59a4e0
#5aa5e1
#5ba6e2
#5ca7e3
#5da8e4
#5ea9e5
#5faae6
#60abe7
#61ace8
#62ade9
#539eda
#529dd9
#519cd8
#509bd7
#4f9ad6
#4e99d5
#4d98d4
#4c97d3
#4b96d2
#4a95d1
#4994d0
#4893cf
#4792ce
#4691cd

Download this Dark Blue

Hex #549fdb 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.

#549fdb Color Code Preview on Black Background Color

This is how #549fdb Color will look on black background color. Color contrast ratio is 7.36

#549fdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #549fdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #549fdb

#549fdb color code is use for CSS Background Color

Background color for the above div is #549fdb

HTML with inline CSS

<div style="background-color:#549fdb;"></div>

#549fdb color code is use for CSS Border Color

CSS Border color for the above div is #549fdb

HTML with inline CSS

<div style="border:5px solid #549fdb;"></div>

CSS Border Left color for the above div is #549fdb

HTML with inline CSS

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

CSS Border Right color for the above div is #549fdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #549fdb

HTML with inline CSS

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

CSS Border Top color for the above div is #549fdb

HTML with inline CSS

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

#549fdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#549fdb Color code Preview on White Background

This is how #549fdb Color code will look on white background color. Color contrast ratio is 2.85

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

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