Skip to main content Skip to docs navigation

#487fbf 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 Blue Azure and its hex is #4682BF Nearest Color Name

Color Hue/Base color: Blue

Hex #487fbf Color code in RGB color code model is created after adding 28.24% red color, 49.8% green color and 74.9% blue color. Hex #487fbf Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 34% magenta, 0% yellow and 25.1% black.

Hex #487fbf color code is between #4477bb web safe hex color code and #5588cc web safe hex color code. #4477bb is the nearest web safe color code. You can see here many more shades of #487fbf color code.

RGB Chart

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

Color Table

Hex Color Code 487fbf #487fbf
RGB Decimal 72, 127, 191 72, 127, 191
RGB Percent 28%, 50%, 75% rgb(28%, 50%, 75%)
CSS RGBa 72, 127, 191,1 rgba(72,127,191,1)
CMYK Model cmyk(62%,34%,0%,25.1%)
HSL Color Space 212,48% ,52% hsl(212,48% ,52%)
HSV Color Space 212°, 62%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01001000 01111111 10111111
Octal 110 177 277
Decimal 72 127 191
Hex 48 7f bf

Different shades of #487fbf color code.

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

Darkest of #487fbf
#1d3552
Darker of #487fbf
#2a4e77
Dark of #487fbf
#37669d
Base of #487fbf
#487fbf
Light of #487fbf
#6e99cc
Lighter
#94b4d9
Lightest
#b9cee7

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

#487fbf
#bf8848

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

Split Complementary

#487fbf
#bf4d48
#bbbf48

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

Analogous Color

#48bfba
#48b1bf
#487fbf
#4857bf
#6a48bf

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

#487fbf
#7fbf48
#bf487f

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

#487fbf
#bf487f
#bf8848
#48bf88

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

#487fbf
#bf48bb
#bf8848
#48bf4d

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 #487fbf

#0f1c2c
#1d3552
#2a4e77
#37669d
#487fbf
#6e99cc
#94b4d9
#b9cee7
#dfe9f4

Tints of #487fbf Color

#487fbf
#5c8dc6
#709bcd
#85a9d4
#99b7db
#adc6e2
#c2d4e9
#d6e2f0
#eaf0f7
#ffffff

Shades of #487fbf color code

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

#487fbf
#4070a9
#386294
#30547f
#28466a
#203854
#182a3f
#101c2a
#080e15
#000000

Tones

#487fbf
#6181a6
#79838e
#848484
#848484

Tones

Similar Color like #487fbf color

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

#4980c0
#4a81c1
#4b82c2
#4c83c3
#4d84c4
#4e85c5
#4f86c6
#5087c7
#5188c8
#5289c9
#538aca
#548bcb
#558ccc
#568dcd
#477ebe
#467dbd
#457cbc
#447bbb
#437aba
#4279b9
#4178b8
#4077b7
#3f76b6
#3e75b5
#3d74b4
#3c73b3
#3b72b2
#3a71b1

Download this Dark Blue

Hex #487fbf 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.

#487fbf Color Code Preview on Black Background Color

This is how #487fbf Color will look on black background color. Color contrast ratio is 5.06

#487fbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #487fbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #487fbf

#487fbf color code is use for CSS Background Color

Background color for the above div is #487fbf

HTML with inline CSS

<div style="background-color:#487fbf;"></div>

#487fbf color code is use for CSS Border Color

CSS Border color for the above div is #487fbf

HTML with inline CSS

<div style="border:5px solid #487fbf;"></div>

CSS Border Left color for the above div is #487fbf

HTML with inline CSS

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

CSS Border Right color for the above div is #487fbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #487fbf

HTML with inline CSS

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

CSS Border Top color for the above div is #487fbf

HTML with inline CSS

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

#487fbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#487fbf Color code Preview on White Background

This is how #487fbf Color code will look on white background color. Color contrast ratio is 4.15

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

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