Skip to main content Skip to docs navigation

#077bbc 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 #077bbc Color code in RGB color code model is created after adding 2.75% red color, 48.24% green color and 73.73% blue color. Hex #077bbc Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 35% magenta, 0% yellow and 26.27% black.

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

RGB Chart

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

Color Table

Hex Color Code 077bbc #077bbc
RGB Decimal 7, 123, 188 7, 123, 188
RGB Percent 3%, 48%, 74% rgb(3%, 48%, 74%)
CSS RGBa 7, 123, 188,1 rgba(7,123,188,1)
CMYK Model cmyk(96%,35%,0%,26.27%)
HSL Color Space 202,93% ,38% hsl(202,93% ,38%)
HSV Color Space 202°, 96%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000111 01111011 10111100
Octal 7 173 274
Decimal 7 123 188
Hex 07 7b bc

Different shades of #077bbc color code.

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

Darkest of #077bbc
#021b29
Darker of #077bbc
#033b5a
Dark of #077bbc
#055b8b
Base of #077bbc
#077bbc
Light of #077bbc
#099bed
Lighter
#32b0f7
Lightest
#63c3f9

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

#077bbc
#bc4807

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

Split Complementary

#077bbc
#bc0720
#bca307

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

Analogous Color

#07bc93
#07bcb2
#077bbc
#073fbc
#1b07bc

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

#077bbc
#7bbc07
#bc077b

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

#077bbc
#bc077b
#bc4807
#07bc48

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

#077bbc
#a307bc
#bc4807
#20bc07

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 #077bbc

#000000
#021b29
#033b5a
#055b8b
#077bbc
#099bed
#32b0f7
#63c3f9
#94d6fb

Tints of #077bbc Color

#077bbc
#2289c3
#3e98ca
#59a7d2
#75b5d9
#90c4e1
#acd3e8
#c7e1f0
#e3f0f7
#ffffff

Shades of #077bbc color code

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

#077bbc
#066da7
#055f92
#04527d
#034468
#033653
#02293e
#011b29
#000d14
#000000

Tones

#077bbc
#1b76a9
#2e7095
#426b82
#55656e

Tones

Similar Color like #077bbc color

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

#087cbd
#097dbe
#0a7ebf
#0b7fc0
#0c80c1
#0d81c2
#0e82c3
#0f83c4
#1084c5
#1185c6
#1286c7
#1387c8
#1488c9
#1589ca
#067abb
#0579ba
#0478b9
#0377b8
#0276b7
#0175b6
#0074b5
#0073b4
#0072b3
#0071b2
#0070b1
#006fb0
#006eaf
#006dae

Download this Dark Blue

Hex #077bbc 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.

#077bbc Color Code Preview on Black Background Color

This is how #077bbc Color will look on black background color. Color contrast ratio is 4.57

#077bbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #077bbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #077bbc

#077bbc color code is use for CSS Background Color

Background color for the above div is #077bbc

HTML with inline CSS

<div style="background-color:#077bbc;"></div>

#077bbc color code is use for CSS Border Color

CSS Border color for the above div is #077bbc

HTML with inline CSS

<div style="border:5px solid #077bbc;"></div>

CSS Border Left color for the above div is #077bbc

HTML with inline CSS

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

CSS Border Right color for the above div is #077bbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #077bbc

HTML with inline CSS

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

CSS Border Top color for the above div is #077bbc

HTML with inline CSS

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

#077bbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#077bbc Color code Preview on White Background

This is how #077bbc Color code will look on white background color. Color contrast ratio is 4.60

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

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