Skip to main content Skip to docs navigation

#0875cd 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 Electron Blue and its hex is #0881D1 Nearest Color Name

Color Hue/Base color: Blue

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

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

RGB Chart

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

Color Table

Hex Color Code 0875cd #0875cd
RGB Decimal 8, 117, 205 8, 117, 205
RGB Percent 3%, 46%, 80% rgb(3%, 46%, 80%)
CSS RGBa 8, 117, 205,1 rgba(8,117,205,1)
CMYK Model cmyk(96%,43%,0%,19.61%)
HSL Color Space 207,92% ,42% hsl(207,92% ,42%)
HSV Color Space 207°, 96%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 01110101 11001101
Octal 10 165 315
Decimal 8 117 205
Hex 08 75 cd

Different shades of #0875cd color code.

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

Darkest of #0875cd
#02213a
Darker of #0875cd
#043d6b
Dark of #0875cd
#06599c
Base of #0875cd
#0875cd
Light of #0875cd
#1290f6
Lighter
#43a7f8
Lightest
#74befa

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

#0875cd
#cd6008

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

Split Complementary

#0875cd
#cd0813
#cdc208

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

Analogous Color

#08cdb2
#08c7cd
#0875cd
#0833cd
#2f08cd

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

#0875cd
#75cd08
#cd0875

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

#0875cd
#cd0875
#cd6008
#08cd60

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

#0875cd
#c208cd
#cd6008
#13cd08

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

#000509
#02213a
#043d6b
#06599c
#0875cd
#1290f6
#43a7f8
#74befa
#a5d5fc

Tints of #0875cd Color

#0875cd
#2384d2
#3e93d8
#5aa3dd
#75b2e3
#91c1e8
#acd1ee
#c8e0f3
#e3eff9
#ffffff

Shades of #0875cd color code

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

#0875cd
#0768b6
#065b9f
#054e88
#044171
#03345b
#022744
#011a2d
#000d16
#000000

Tones

#0875cd
#1d73b8
#3370a2
#486e8d
#5d6c78

Tones

Similar Color like #0875cd color

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

#0976ce
#0a77cf
#0b78d0
#0c79d1
#0d7ad2
#0e7bd3
#0f7cd4
#107dd5
#117ed6
#127fd7
#1380d8
#1481d9
#1582da
#1683db
#0774cc
#0673cb
#0572ca
#0471c9
#0370c8
#026fc7
#016ec6
#006dc5
#006cc4
#006bc3
#006ac2
#0069c1
#0068c0
#0067bf

Download this Dark Blue

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

#0875cd Color Code Preview on Black Background Color

This is how #0875cd Color will look on black background color. Color contrast ratio is 4.44

#0875cd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0875cd color code is use for CSS Background Color

Background color for the above div is #0875cd

HTML with inline CSS

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

#0875cd color code is use for CSS Border Color

CSS Border color for the above div is #0875cd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0875cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0875cd Color code Preview on White Background

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

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

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