Skip to main content Skip to docs navigation

#0797df 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 Sea of Crete and its hex is #0693D5 Nearest Color Name

Color Hue/Base color: Blue

Hex #0797df Color code in RGB color code model is created after adding 2.75% red color, 59.22% green color and 87.45% blue color. Hex #0797df Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 32% magenta, 0% yellow and 12.55% black.

Hex #0797df color code is between #0099dd web safe hex color code and #0088ee web safe hex color code. #0099dd is the nearest web safe color code. You can see here many more shades of #0797df color code.

RGB Chart

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

Color Table

Hex Color Code 0797df #0797df
RGB Decimal 7, 151, 223 7, 151, 223
RGB Percent 3%, 59%, 87% rgb(3%, 59%, 87%)
CSS RGBa 7, 151, 223,1 rgba(7,151,223,1)
CMYK Model cmyk(97%,32%,0%,12.55%)
HSL Color Space 200,94% ,45% hsl(200,94% ,45%)
HSV Color Space 200°, 97%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000111 10010111 11011111
Octal 7 227 337
Decimal 7 151 223
Hex 07 97 df

Different shades of #0797df color code.

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

Darkest of #0797df
#02334b
Darker of #0797df
#04547c
Dark of #0797df
#0576ae
Base of #0797df
#0797df
Light of #0797df
#21b0f8
Lighter
#52c2fa
Lightest
#84d3fb

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

#0797df
#df4f07

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

Split Complementary

#0797df
#df072b
#dfbb07

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

Analogous Color

#07dfa9
#07dfcd
#0797df
#074fdf
#1907df

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

#0797df
#97df07
#df0797

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

#0797df
#df0797
#df4f07
#07df4f

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

#0797df
#bb07df
#df4f07
#2bdf07

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 #0797df

#011119
#02334b
#04547c
#0576ae
#0797df
#21b0f8
#52c2fa
#84d3fb
#b5e5fd

Tints of #0797df Color

#0797df
#22a2e2
#3eaee6
#59b9e9
#75c5ed
#90d0f0
#acdcf4
#c7e7f7
#e3f3fb
#ffffff

Shades of #0797df color code

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

#0797df
#0686c6
#0575ad
#046494
#03537b
#034363
#02324a
#012131
#001018
#000000

Tones

#0797df
#1e8fc8
#3588b1
#4c809a
#637883

Tones

Similar Color like #0797df color

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

#0898e0
#0999e1
#0a9ae2
#0b9be3
#0c9ce4
#0d9de5
#0e9ee6
#0f9fe7
#10a0e8
#11a1e9
#12a2ea
#13a3eb
#14a4ec
#15a5ed
#0696de
#0595dd
#0494dc
#0393db
#0292da
#0191d9
#0090d8
#008fd7
#008ed6
#008dd5
#008cd4
#008bd3
#008ad2
#0089d1

Download this Dark Blue

Hex #0797df 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.

#0797df Color Code Preview on Black Background Color

This is how #0797df Color will look on black background color. Color contrast ratio is 6.50

#0797df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0797df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0797df

#0797df color code is use for CSS Background Color

Background color for the above div is #0797df

HTML with inline CSS

<div style="background-color:#0797df;"></div>

#0797df color code is use for CSS Border Color

CSS Border color for the above div is #0797df

HTML with inline CSS

<div style="border:5px solid #0797df;"></div>

CSS Border Left color for the above div is #0797df

HTML with inline CSS

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

CSS Border Right color for the above div is #0797df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0797df

HTML with inline CSS

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

CSS Border Top color for the above div is #0797df

HTML with inline CSS

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

#0797df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0797df Color code Preview on White Background

This is how #0797df Color code will look on white background color. Color contrast ratio is 3.23

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

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