Skip to main content Skip to docs navigation

#087cbb 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 Bumangués Blue and its hex is #0777BC Nearest Color Name

Color Hue/Base color: Blue

Hex #087cbb Color code in RGB color code model is created after adding 3.14% red color, 48.63% green color and 73.33% blue color. Hex #087cbb Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 34% magenta, 0% yellow and 26.67% black.

Hex #087cbb color code is between #0077aa web safe hex color code and #0088cc web safe hex color code. #0077aa is the nearest web safe color code. You can see here many more shades of #087cbb color code.

RGB Chart

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

Color Table

Hex Color Code 087cbb #087cbb
RGB Decimal 8, 124, 187 8, 124, 187
RGB Percent 3%, 49%, 73% rgb(3%, 49%, 73%)
CSS RGBa 8, 124, 187,1 rgba(8,124,187,1)
CMYK Model cmyk(96%,34%,0%,26.67%)
HSL Color Space 201,92% ,38% hsl(201,92% ,38%)
HSV Color Space 201°, 96%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 01111100 10111011
Octal 10 174 273
Decimal 8 124 187
Hex 08 7c bb

Different shades of #087cbb color code.

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

Darkest of #087cbb
#021b28
Darker of #087cbb
#043b59
Dark of #087cbb
#065c8a
Base of #087cbb
#087cbb
Light of #087cbb
#0a9cec
Lighter
#33b1f6
Lightest
#64c4f8

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

#087cbb
#bb4708

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

Split Complementary

#087cbb
#bb0822
#bba108

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

Analogous Color

#08bb92
#08bbaf
#087cbb
#0840bb
#1a08bb

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

#087cbb
#7cbb08
#bb087c

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

#087cbb
#bb087c
#bb4708
#08bb47

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

#087cbb
#a108bb
#bb4708
#22bb08

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 #087cbb

#000000
#021b28
#043b59
#065c8a
#087cbb
#0a9cec
#33b1f6
#64c4f8
#95d7fa

Tints of #087cbb Color

#087cbb
#238ac2
#3e99ca
#5aa7d1
#75b6d9
#91c4e0
#acd3e8
#c8e1ef
#e3f0f7
#ffffff

Shades of #087cbb color code

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

#087cbb
#076ea6
#066091
#05527c
#044467
#033753
#02293e
#011b29
#000d14
#000000

Tones

#087cbb
#1c76a8
#2f7094
#436b81
#56656d

Tones

Similar Color like #087cbb color

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

#097dbc
#0a7ebd
#0b7fbe
#0c80bf
#0d81c0
#0e82c1
#0f83c2
#1084c3
#1185c4
#1286c5
#1387c6
#1488c7
#1589c8
#168ac9
#077bba
#067ab9
#0579b8
#0478b7
#0377b6
#0276b5
#0175b4
#0074b3
#0073b2
#0072b1
#0071b0
#0070af
#006fae
#006ead

Download this Dark Blue

Hex #087cbb 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.

#087cbb Color Code Preview on Black Background Color

This is how #087cbb Color will look on black background color. Color contrast ratio is 4.61

#087cbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #087cbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #087cbb

#087cbb color code is use for CSS Background Color

Background color for the above div is #087cbb

HTML with inline CSS

<div style="background-color:#087cbb;"></div>

#087cbb color code is use for CSS Border Color

CSS Border color for the above div is #087cbb

HTML with inline CSS

<div style="border:5px solid #087cbb;"></div>

CSS Border Left color for the above div is #087cbb

HTML with inline CSS

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

CSS Border Right color for the above div is #087cbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #087cbb

HTML with inline CSS

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

CSS Border Top color for the above div is #087cbb

HTML with inline CSS

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

#087cbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#087cbb Color code Preview on White Background

This is how #087cbb Color code will look on white background color. Color contrast ratio is 4.55

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

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