Skip to main content Skip to docs navigation

#089bcd 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 Rich Electric Blue and its hex is #0892D0 Nearest Color Name

Color Hue/Base color: Blue

Hex #089bcd Color code in RGB color code model is created after adding 3.14% red color, 60.78% green color and 80.39% blue color. Hex #089bcd Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 24% magenta, 0% yellow and 19.61% black.

Hex #089bcd color code is between #0099cc web safe hex color code and #00aadd web safe hex color code. #0099cc is the nearest web safe color code. You can see here many more shades of #089bcd color code.

RGB Chart

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

Color Table

Hex Color Code 089bcd #089bcd
RGB Decimal 8, 155, 205 8, 155, 205
RGB Percent 3%, 61%, 80% rgb(3%, 61%, 80%)
CSS RGBa 8, 155, 205,1 rgba(8,155,205,1)
CMYK Model cmyk(96%,24%,0%,19.61%)
HSL Color Space 195,92% ,42% hsl(195,92% ,42%)
HSV Color Space 195°, 96%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 10011011 11001101
Octal 10 233 315
Decimal 8 155 205
Hex 08 9b cd

Different shades of #089bcd color code.

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

Darkest of #089bcd
#022c3a
Darker of #089bcd
#04516b
Dark of #089bcd
#06769c
Base of #089bcd
#089bcd
Light of #089bcd
#12bcf6
Lighter
#43caf8
Lightest
#74d8fa

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

#089bcd
#cd3a08

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

Split Complementary

#089bcd
#cd0838
#cd9c08

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

Analogous Color

#08cd8c
#08cdad
#089bcd
#0859cd
#0908cd

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

#089bcd
#9bcd08
#cd089b

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

#089bcd
#cd089b
#cd3a08
#08cd3a

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

#089bcd
#9c08cd
#cd3a08
#38cd08

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 #089bcd

#000709
#022c3a
#04516b
#06769c
#089bcd
#12bcf6
#43caf8
#74d8fa
#a5e6fc

Tints of #089bcd Color

#089bcd
#23a6d2
#3eb1d8
#5abcdd
#75c7e3
#91d2e8
#acddee
#c8e8f3
#e3f3f9
#ffffff

Shades of #089bcd color code

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

#089bcd
#0789b6
#06789f
#056788
#045671
#03445b
#023344
#01222d
#001116
#000000

Tones

#089bcd
#1d90b8
#3386a2
#487c8d
#5d7178

Tones

Similar Color like #089bcd color

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

#099cce
#0a9dcf
#0b9ed0
#0c9fd1
#0da0d2
#0ea1d3
#0fa2d4
#10a3d5
#11a4d6
#12a5d7
#13a6d8
#14a7d9
#15a8da
#16a9db
#079acc
#0699cb
#0598ca
#0497c9
#0396c8
#0295c7
#0194c6
#0093c5
#0092c4
#0091c3
#0090c2
#008fc1
#008ec0
#008dbf

Download this Dark Blue

Hex #089bcd 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.

#089bcd Color Code Preview on Black Background Color

This is how #089bcd Color will look on black background color. Color contrast ratio is 6.58

#089bcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #089bcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #089bcd

#089bcd color code is use for CSS Background Color

Background color for the above div is #089bcd

HTML with inline CSS

<div style="background-color:#089bcd;"></div>

#089bcd color code is use for CSS Border Color

CSS Border color for the above div is #089bcd

HTML with inline CSS

<div style="border:5px solid #089bcd;"></div>

CSS Border Left color for the above div is #089bcd

HTML with inline CSS

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

CSS Border Right color for the above div is #089bcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #089bcd

HTML with inline CSS

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

CSS Border Top color for the above div is #089bcd

HTML with inline CSS

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

#089bcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#089bcd Color code Preview on White Background

This is how #089bcd Color code will look on white background color. Color contrast ratio is 3.19

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

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