Skip to main content Skip to docs navigation

#084dcd 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 Pantone 2132 C and its hex is #0857C3 Nearest Color Name

Color Hue/Base color: Blue

Hex #084dcd Color code in RGB color code model is created after adding 3.14% red color, 30.2% green color and 80.39% blue color. Hex #084dcd Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 62% magenta, 0% yellow and 19.61% black.

Hex #084dcd color code is between #0055cc web safe hex color code and #0044dd web safe hex color code. #0055cc is the nearest web safe color code. You can see here many more shades of #084dcd color code.

RGB Chart

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

Color Table

Hex Color Code 084dcd #084dcd
RGB Decimal 8, 77, 205 8, 77, 205
RGB Percent 3%, 30%, 80% rgb(3%, 30%, 80%)
CSS RGBa 8, 77, 205,1 rgba(8,77,205,1)
CMYK Model cmyk(96%,62%,0%,19.61%)
HSL Color Space 219,92% ,42% hsl(219,92% ,42%)
HSV Color Space 219°, 96%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 01001101 11001101
Octal 10 115 315
Decimal 8 77 205
Hex 08 4d cd

Different shades of #084dcd color code.

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

Darkest of #084dcd
#02163a
Darker of #084dcd
#04286b
Dark of #084dcd
#063b9c
Base of #084dcd
#084dcd
Light of #084dcd
#1262f6
Lighter
#4382f8
Lightest
#74a3fa

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

#084dcd
#cd8808

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

Split Complementary

#084dcd
#cd2508
#afcd08

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

Analogous Color

#08c0cd
#089fcd
#084dcd
#080bcd
#5708cd

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

#084dcd
#4dcd08
#cd084d

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

#084dcd
#cd084d
#cd8808
#08cd88

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

#084dcd
#cd08af
#cd8808
#08cd25

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 #084dcd

#000309
#02163a
#04286b
#063b9c
#084dcd
#1262f6
#4382f8
#74a3fa
#a5c4fc

Tints of #084dcd Color

#084dcd
#2360d2
#3e74d8
#5a88dd
#759ce3
#91afe8
#acc3ee
#c8d7f3
#e3ebf9
#ffffff

Shades of #084dcd color code

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

#084dcd
#0744b6
#063b9f
#053388
#042a71
#03225b
#021944
#01112d
#000816
#000000

Tones

#084dcd
#1d53b8
#335aa2
#48608d
#5d6778

Tones

Similar Color like #084dcd color

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

#094ece
#0a4fcf
#0b50d0
#0c51d1
#0d52d2
#0e53d3
#0f54d4
#1055d5
#1156d6
#1257d7
#1358d8
#1459d9
#155ada
#165bdb
#074ccc
#064bcb
#054aca
#0449c9
#0348c8
#0247c7
#0146c6
#0045c5
#0044c4
#0043c3
#0042c2
#0041c1
#0040c0
#003fbf

Download this Dark Blue

Hex #084dcd 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.

#084dcd Color Code Preview on Black Background Color

This is how #084dcd Color will look on black background color. Color contrast ratio is 2.95

#084dcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #084dcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #084dcd

#084dcd color code is use for CSS Background Color

Background color for the above div is #084dcd

HTML with inline CSS

<div style="background-color:#084dcd;"></div>

#084dcd color code is use for CSS Border Color

CSS Border color for the above div is #084dcd

HTML with inline CSS

<div style="border:5px solid #084dcd;"></div>

CSS Border Left color for the above div is #084dcd

HTML with inline CSS

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

CSS Border Right color for the above div is #084dcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #084dcd

HTML with inline CSS

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

CSS Border Top color for the above div is #084dcd

HTML with inline CSS

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

#084dcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#084dcd Color code Preview on White Background

This is how #084dcd Color code will look on white background color. Color contrast ratio is 7.11

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

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(8,77,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,136,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(8,77,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }