Skip to main content Skip to docs navigation

#050cd6 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 Pure Blue and its hex is #0203E2 Nearest Color Name

Color Hue/Base color: Blue

Hex #050cd6 Color code in RGB color code model is created after adding 1.96% red color, 4.71% green color and 83.92% blue color. Hex #050cd6 Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 94% magenta, 0% yellow and 16.08% black.

Hex #050cd6 color code is between #0011dd web safe hex color code and #0000cc web safe hex color code. #0011dd is the nearest web safe color code. You can see here many more shades of #050cd6 color code.

RGB Chart

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

Color Table

Hex Color Code 050cd6 #050cd6
RGB Decimal 5, 12, 214 5, 12, 214
RGB Percent 2%, 5%, 84% rgb(2%, 5%, 84%)
CSS RGBa 5, 12, 214,1 rgba(5,12,214,1)
CMYK Model cmyk(98%,94%,0%,16.08%)
HSL Color Space 238,95% ,43% hsl(238,95% ,43%)
HSV Color Space 238°, 98%, 84%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000101 00001100 11010110
Octal 5 14 326
Decimal 5 12 214
Hex 05 0c d6

Different shades of #050cd6 color code.

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

Darkest of #050cd6
#020440
Darker of #050cd6
#030672
Dark of #050cd6
#0409a4
Base of #050cd6
#050cd6
Light of #050cd6
#141cfa
Lighter
#464cfb
Lightest
#787dfc

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

#050cd6
#d6cf05

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

Split Complementary

#050cd6
#d66605
#74d605

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

Analogous Color

#0586d6
#0563d6
#050cd6
#4405d6
#9b05d6

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

#050cd6
#0cd605
#d6050c

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

#050cd6
#d6050c
#d6cf05
#05d6cf

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

#050cd6
#d60574
#d6cf05
#05d666

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 #050cd6

#00010f
#020440
#030672
#0409a4
#050cd6
#141cfa
#464cfb
#787dfc
#aaadfd

Tints of #050cd6 Color

#050cd6
#2027da
#3c42df
#585de3
#7478e8
#8f93ec
#abaef1
#c7c9f5
#e3e4fa
#ffffff

Shades of #050cd6 color code

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

#050cd6
#040abe
#0309a6
#03088e
#020676
#02055f
#010447
#01022f
#000117
#000000

Tones

#050cd6
#1b20c0
#3135aa
#474994
#5d5e7e

Tones

Similar Color like #050cd6 color

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

#060dd7
#070ed8
#080fd9
#0910da
#0a11db
#0b12dc
#0c13dd
#0d14de
#0e15df
#0f16e0
#1017e1
#1118e2
#1219e3
#131ae4
#040bd5
#030ad4
#0209d3
#0108d2
#0007d1
#0006d0
#0005cf
#0004ce
#0003cd
#0002cc
#0001cb
#0000ca
#0000c9
#0000c8

Download this Dark Blue

Hex #050cd6 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.

#050cd6 Color Code Preview on Black Background Color

This is how #050cd6 Color will look on black background color. Color contrast ratio is 2.03

#050cd6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #050cd6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #050cd6

#050cd6 color code is use for CSS Background Color

Background color for the above div is #050cd6

HTML with inline CSS

<div style="background-color:#050cd6;"></div>

#050cd6 color code is use for CSS Border Color

CSS Border color for the above div is #050cd6

HTML with inline CSS

<div style="border:5px solid #050cd6;"></div>

CSS Border Left color for the above div is #050cd6

HTML with inline CSS

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

CSS Border Right color for the above div is #050cd6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #050cd6

HTML with inline CSS

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

CSS Border Top color for the above div is #050cd6

HTML with inline CSS

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

#050cd6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#050cd6 Color code Preview on White Background

This is how #050cd6 Color code will look on white background color. Color contrast ratio is 10.34

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

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