Skip to main content Skip to docs navigation

#087bfc 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 Azure and its hex is #007FFF Nearest Color Name

Color Hue/Base color: Blue

Hex #087bfc Color code in RGB color code model is created after adding 3.14% red color, 48.24% green color and 98.82% blue color. Hex #087bfc Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 51% magenta, 0% yellow and 1.18% black.

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

RGB Chart

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

Color Table

Hex Color Code 087bfc #087bfc
RGB Decimal 8, 123, 252 8, 123, 252
RGB Percent 3%, 48%, 99% rgb(3%, 48%, 99%)
CSS RGBa 8, 123, 252,1 rgba(8,123,252,1)
CMYK Model cmyk(97%,51%,0%,1.18%)
HSL Color Space 212,98% ,51% hsl(212,98% ,51%)
HSV Color Space 212°, 97%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 01111011 11111100
Octal 10 173 374
Decimal 8 123 252
Hex 08 7b fc

Different shades of #087bfc color code.

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

Darkest of #087bfc
#01336a
Darker of #087bfc
#024b9c
Dark of #087bfc
#0363ce
Base of #087bfc
#087bfc
Light of #087bfc
#3a96fd
Lighter
#6db1fd
Lightest
#9fccfe

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

#087bfc
#fc8908

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

Split Complementary

#087bfc
#fc0f08
#f5fc08

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

Analogous Color

#08fcef
#08e1fc
#087bfc
#082afc
#4c08fc

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

#087bfc
#7bfc08
#fc087b

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

#087bfc
#fc087b
#fc8908
#08fc89

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

#087bfc
#fc08f5
#fc8908
#08fc0f

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

#011a37
#01336a
#024b9c
#0363ce
#087bfc
#3a96fd
#6db1fd
#9fccfe
#d2e7fe

Tints of #087bfc Color

#087bfc
#2389fc
#3e98fc
#5aa7fd
#75b5fd
#91c4fd
#acd3fe
#c8e1fe
#e3f0fe
#ffffff

Shades of #087bfc color code

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

#087bfc
#076de0
#065fc4
#0552a8
#04448c
#033670
#022954
#011b38
#000d1c
#000000

Tones

#087bfc
#217ce3
#3a7eca
#537fb1
#6c8198

Tones

Similar Color like #087bfc color

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

#097cfd
#0a7dfe
#0b7eff
#0c7fff
#0d80ff
#0e81ff
#0f82ff
#1083ff
#1184ff
#1285ff
#1386ff
#1487ff
#1588ff
#1689ff
#077afb
#0679fa
#0578f9
#0477f8
#0376f7
#0275f6
#0174f5
#0073f4
#0072f3
#0071f2
#0070f1
#006ff0
#006eef
#006dee

Download this Dark Blue

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

#087bfc Color Code Preview on Black Background Color

This is how #087bfc Color will look on black background color. Color contrast ratio is 5.25

#087bfc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#087bfc color code is use for CSS Background Color

Background color for the above div is #087bfc

HTML with inline CSS

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

#087bfc color code is use for CSS Border Color

CSS Border color for the above div is #087bfc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#087bfc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#087bfc Color code Preview on White Background

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

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

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