Skip to main content Skip to docs navigation

#047eec 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 Níu Zǎi Sè Denim and its hex is #056EEE Nearest Color Name

Color Hue/Base color: Blue

Hex #047eec Color code in RGB color code model is created after adding 1.57% red color, 49.41% green color and 92.55% blue color. Hex #047eec Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 47% magenta, 0% yellow and 7.45% black.

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

RGB Chart

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

Color Table

Hex Color Code 047eec #047eec
RGB Decimal 4, 126, 236 4, 126, 236
RGB Percent 2%, 49%, 93% rgb(2%, 49%, 93%)
CSS RGBa 4, 126, 236,1 rgba(4,126,236,1)
CMYK Model cmyk(98%,47%,0%,7.45%)
HSL Color Space 208,97% ,47% hsl(208,97% ,47%)
HSV Color Space 208°, 98%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000100 01111110 11101100
Octal 4 176 354
Decimal 4 126 236
Hex 04 7e ec

Different shades of #047eec color code.

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

Darkest of #047eec
#012e56
Darker of #047eec
#024888
Dark of #047eec
#0363ba
Base of #047eec
#047eec
Light of #047eec
#2897fb
Lighter
#5aaffc
Lightest
#8cc7fd

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

#047eec
#ec7204

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

Split Complementary

#047eec
#ec040a
#ece604

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

Analogous Color

#04ecd3
#04dfec
#047eec
#0431ec
#3804ec

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

#047eec
#7eec04
#ec047e

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

#047eec
#ec047e
#ec7204
#04ec72

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

#047eec
#e604ec
#ec7204
#0aec04

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 #047eec

#011323
#012e56
#024888
#0363ba
#047eec
#2897fb
#5aaffc
#8cc7fd
#bee0fe

Tints of #047eec Color

#047eec
#1f8cee
#3b9af0
#57a9f2
#73b7f4
#8fc5f6
#abd4f8
#c7e2fa
#e3f0fc
#ffffff

Shades of #047eec color code

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

#047eec
#0370d1
#0362b7
#02549d
#024683
#013868
#012a4e
#001c34
#000e1a
#000000

Tones

#047eec
#1c7dd4
#347cbc
#4c7aa4
#64798c

Tones

Similar Color like #047eec color

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

#057fed
#0680ee
#0781ef
#0882f0
#0983f1
#0a84f2
#0b85f3
#0c86f4
#0d87f5
#0e88f6
#0f89f7
#108af8
#118bf9
#128cfa
#037deb
#027cea
#017be9
#007ae8
#0079e7
#0078e6
#0077e5
#0076e4
#0075e3
#0074e2
#0073e1
#0072e0
#0071df
#0070de

Download this Dark Blue

Hex #047eec 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.

#047eec Color Code Preview on Black Background Color

This is how #047eec Color will look on black background color. Color contrast ratio is 5.20

#047eec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #047eec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #047eec

#047eec color code is use for CSS Background Color

Background color for the above div is #047eec

HTML with inline CSS

<div style="background-color:#047eec;"></div>

#047eec color code is use for CSS Border Color

CSS Border color for the above div is #047eec

HTML with inline CSS

<div style="border:5px solid #047eec;"></div>

CSS Border Left color for the above div is #047eec

HTML with inline CSS

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

CSS Border Right color for the above div is #047eec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #047eec

HTML with inline CSS

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

CSS Border Top color for the above div is #047eec

HTML with inline CSS

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

#047eec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#047eec Color code Preview on White Background

This is how #047eec Color code will look on white background color. Color contrast ratio is 4.04

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

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