Skip to main content Skip to docs navigation

#072cdf 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 Cold Pack and its hex is #0033DD Nearest Color Name

Color Hue/Base color: Blue

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

Hex #072cdf color code is between #0033dd web safe hex color code and #0022ee web safe hex color code. #0033dd is the nearest web safe color code. You can see here many more shades of #072cdf color code.

RGB Chart

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

Color Table

Hex Color Code 072cdf #072cdf
RGB Decimal 7, 44, 223 7, 44, 223
RGB Percent 3%, 17%, 87% rgb(3%, 17%, 87%)
CSS RGBa 7, 44, 223,1 rgba(7,44,223,1)
CMYK Model cmyk(97%,80%,0%,12.55%)
HSL Color Space 230,94% ,45% hsl(230,94% ,45%)
HSV Color Space 230°, 97%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000111 00101100 11011111
Octal 7 54 337
Decimal 7 44 223
Hex 07 2c df

Different shades of #072cdf color code.

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

Darkest of #072cdf
#020f4b
Darker of #072cdf
#04187c
Dark of #072cdf
#0522ae
Base of #072cdf
#072cdf
Light of #072cdf
#2146f8
Lighter
#526ffa
Lightest
#8498fb

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

#072cdf
#dfba07

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

Split Complementary

#072cdf
#df4e07
#98df07

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

Analogous Color

#07aadf
#0786df
#072cdf
#2a07df
#8407df

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

#072cdf
#2cdf07
#df072c

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

#072cdf
#df072c
#dfba07
#07dfba

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

#072cdf
#df0798
#dfba07
#07df4e

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 #072cdf

#010519
#020f4b
#04187c
#0522ae
#072cdf
#2146f8
#526ffa
#8498fb
#b5c2fd

Tints of #072cdf Color

#072cdf
#2243e2
#3e5ae6
#5972e9
#7589ed
#90a1f0
#acb8f4
#c7d0f7
#e3e7fb
#ffffff

Shades of #072cdf color code

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

#072cdf
#0627c6
#0522ad
#041d94
#03187b
#031363
#020e4a
#010931
#000418
#000000

Tones

#072cdf
#1e3bc8
#354ab1
#4c599a
#636883

Tones

Similar Color like #072cdf color

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

#082de0
#092ee1
#0a2fe2
#0b30e3
#0c31e4
#0d32e5
#0e33e6
#0f34e7
#1035e8
#1136e9
#1237ea
#1338eb
#1439ec
#153aed
#062bde
#052add
#0429dc
#0328db
#0227da
#0126d9
#0025d8
#0024d7
#0023d6
#0022d5
#0021d4
#0020d3
#001fd2
#001ed1

Download this Dark Blue

Hex #072cdf 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.

#072cdf Color Code Preview on Black Background Color

This is how #072cdf Color will look on black background color. Color contrast ratio is 2.43

#072cdf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #072cdf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #072cdf

#072cdf color code is use for CSS Background Color

Background color for the above div is #072cdf

HTML with inline CSS

<div style="background-color:#072cdf;"></div>

#072cdf color code is use for CSS Border Color

CSS Border color for the above div is #072cdf

HTML with inline CSS

<div style="border:5px solid #072cdf;"></div>

CSS Border Left color for the above div is #072cdf

HTML with inline CSS

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

CSS Border Right color for the above div is #072cdf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #072cdf

HTML with inline CSS

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

CSS Border Top color for the above div is #072cdf

HTML with inline CSS

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

#072cdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#072cdf Color code Preview on White Background

This is how #072cdf Color code will look on white background color. Color contrast ratio is 8.62

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

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