Skip to main content Skip to docs navigation

#758dbc 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 Larkspur Bouquet and its hex is #798BBD Nearest Color Name

Color Hue/Base color: Blue

Hex #758dbc Color code in RGB color code model is created after adding 45.88% red color, 55.29% green color and 73.73% blue color. Hex #758dbc Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 25% magenta, 0% yellow and 26.27% black.

Hex #758dbc color code is between #7788bb web safe hex color code and #6699cc web safe hex color code. #7788bb is the nearest web safe color code. You can see here many more shades of #758dbc color code.

RGB Chart

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

Color Table

Hex Color Code 758dbc #758dbc
RGB Decimal 117, 141, 188 117, 141, 188
RGB Percent 46%, 55%, 74% rgb(46%, 55%, 74%)
CSS RGBa 117, 141, 188,1 rgba(117,141,188,1)
CMYK Model cmyk(38%,25%,0%,26.27%)
HSL Color Space 220,35% ,60% hsl(220,35% ,60%)
HSV Color Space 220°, 38%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110101 10001101 10111100
Octal 165 215 274
Decimal 117 141 188
Hex 75 8d bc

Different shades of #758dbc color code.

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

Darkest of #758dbc
#324366
Darker of #758dbc
#425a89
Dark of #758dbc
#5371ab
Base of #758dbc
#758dbc
Light of #758dbc
#97a9cd
Lighter
#bac6dd
Lightest
#dce2ee

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

#758dbc
#bca475

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

Split Complementary

#758dbc
#bc8075
#b0bc75

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

Analogous Color

#75b6bc
#75abbc
#758dbc
#7575bc
#9275bc

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

#758dbc
#8dbc75
#bc758d

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

#758dbc
#bc758d
#bca475
#75bca4

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

#758dbc
#bc75b0
#bca475
#75bc80

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 #758dbc

#212d44
#324366
#425a89
#5371ab
#758dbc
#97a9cd
#bac6dd
#dce2ee
#fefeff

Tints of #758dbc Color

#758dbc
#8499c3
#93a6ca
#a3b3d2
#b2bfd9
#c1cce1
#d1d9e8
#e0e5f0
#eff2f7
#ffffff

Shades of #758dbc color code

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

#758dbc
#687da7
#5b6d92
#4e5e7d
#414e68
#343e53
#272f3e
#1a1f29
#0d0f14
#000000

Tones

#758dbc
#8994a7
#989898
#989898
#989898

Tones

Similar Color like #758dbc color

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

#768ebd
#778fbe
#7890bf
#7991c0
#7a92c1
#7b93c2
#7c94c3
#7d95c4
#7e96c5
#7f97c6
#8098c7
#8199c8
#829ac9
#839bca
#748cbb
#738bba
#728ab9
#7189b8
#7088b7
#6f87b6
#6e86b5
#6d85b4
#6c84b3
#6b83b2
#6a82b1
#6981b0
#6880af
#677fae

Download this Dark Blue

Hex #758dbc 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.

#758dbc Color Code Preview on Black Background Color

This is how #758dbc Color will look on black background color. Color contrast ratio is 6.29

#758dbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #758dbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #758dbc

#758dbc color code is use for CSS Background Color

Background color for the above div is #758dbc

HTML with inline CSS

<div style="background-color:#758dbc;"></div>

#758dbc color code is use for CSS Border Color

CSS Border color for the above div is #758dbc

HTML with inline CSS

<div style="border:5px solid #758dbc;"></div>

CSS Border Left color for the above div is #758dbc

HTML with inline CSS

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

CSS Border Right color for the above div is #758dbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #758dbc

HTML with inline CSS

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

CSS Border Top color for the above div is #758dbc

HTML with inline CSS

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

#758dbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#758dbc Color code Preview on White Background

This is how #758dbc Color code will look on white background color. Color contrast ratio is 3.34

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

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