Skip to main content Skip to docs navigation

#2859cd 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 Janitor and its hex is #2266CC Nearest Color Name

Color Hue/Base color: Blue

Hex #2859cd Color code in RGB color code model is created after adding 15.69% red color, 34.9% green color and 80.39% blue color. Hex #2859cd Color code in CMYK color (process color) code model is generated after subtraction of 80% cyan, 57% magenta, 0% yellow and 19.61% black.

Hex #2859cd color code is between #2255cc web safe hex color code and #3366dd web safe hex color code. #2255cc is the nearest web safe color code. You can see here many more shades of #2859cd color code.

RGB Chart

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

Color Table

Hex Color Code 2859cd #2859cd
RGB Decimal 40, 89, 205 40, 89, 205
RGB Percent 16%, 35%, 80% rgb(16%, 35%, 80%)
CSS RGBa 40, 89, 205,1 rgba(40,89,205,1)
CMYK Model cmyk(80%,57%,0%,19.61%)
HSL Color Space 222,67% ,48% hsl(222,67% ,48%)
HSV Color Space 222°, 80%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101000 01011001 11001101
Octal 50 131 315
Decimal 40 89 205
Hex 28 59 cd

Different shades of #2859cd color code.

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

Darkest of #2859cd
#0f214d
Darker of #2859cd
#173478
Dark of #2859cd
#2046a2
Base of #2859cd
#2859cd
Light of #2859cd
#4c77dc
Lighter
#7797e4
Lightest
#a1b8ed

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

#2859cd
#cd9c28

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

Split Complementary

#2859cd
#cd4928
#accd28

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

Analogous Color

#28b9cd
#289ecd
#2859cd
#2e28cd
#7328cd

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

#2859cd
#59cd28
#cd2859

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

#2859cd
#cd2859
#cd9c28
#28cd9c

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

#2859cd
#cd28ac
#cd9c28
#28cd49

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 #2859cd

#070f22
#0f214d
#173478
#2046a2
#2859cd
#4c77dc
#7797e4
#a1b8ed
#ccd8f5

Tints of #2859cd Color

#2859cd
#3f6bd2
#577dd8
#6f90dd
#87a2e3
#9fb5e8
#b7c7ee
#cfdaf3
#e7ecf9
#ffffff

Shades of #2859cd color code

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

#2859cd
#234fb6
#1f459f
#1a3b88
#163171
#11275b
#0d1d44
#08132d
#040916
#000000

Tones

#2859cd
#4063b5
#596d9c
#717784
#7b7b7b

Tones

Similar Color like #2859cd color

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

#295ace
#2a5bcf
#2b5cd0
#2c5dd1
#2d5ed2
#2e5fd3
#2f60d4
#3061d5
#3162d6
#3263d7
#3364d8
#3465d9
#3566da
#3667db
#2758cc
#2657cb
#2556ca
#2455c9
#2354c8
#2253c7
#2152c6
#2051c5
#1f50c4
#1e4fc3
#1d4ec2
#1c4dc1
#1b4cc0
#1a4bbf

Download this Dark Blue

Hex #2859cd 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.

#2859cd Color Code Preview on Black Background Color

This is how #2859cd Color will look on black background color. Color contrast ratio is 3.40

#2859cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2859cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2859cd

#2859cd color code is use for CSS Background Color

Background color for the above div is #2859cd

HTML with inline CSS

<div style="background-color:#2859cd;"></div>

#2859cd color code is use for CSS Border Color

CSS Border color for the above div is #2859cd

HTML with inline CSS

<div style="border:5px solid #2859cd;"></div>

CSS Border Left color for the above div is #2859cd

HTML with inline CSS

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

CSS Border Right color for the above div is #2859cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2859cd

HTML with inline CSS

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

CSS Border Top color for the above div is #2859cd

HTML with inline CSS

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

#2859cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2859cd Color code Preview on White Background

This is how #2859cd Color code will look on white background color. Color contrast ratio is 6.18

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

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