Skip to main content Skip to docs navigation

#05dcfd 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 Neon Blue and its hex is #04D9FF Nearest Color Name

Color Hue/Base color: Blue

Hex #05dcfd Color code in RGB color code model is created after adding 1.96% red color, 86.27% green color and 99.22% blue color. Hex #05dcfd Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 13% magenta, 0% yellow and 0.78% black.

Hex #05dcfd color code is between #00ddff web safe hex color code and #00ccee web safe hex color code. #00ddff is the nearest web safe color code. You can see here many more shades of #05dcfd color code.

RGB Chart

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

Color Table

Hex Color Code 05dcfd #05dcfd
RGB Decimal 5, 220, 253 5, 220, 253
RGB Percent 2%, 86%, 99% rgb(2%, 86%, 99%)
CSS RGBa 5, 220, 253,1 rgba(5,220,253,1)
CMYK Model cmyk(98%,13%,0%,0.78%)
HSL Color Space 188,98% ,51% hsl(188,98% ,51%)
HSV Color Space 188°, 98%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000101 11011100 11111101
Octal 5 334 375
Decimal 5 220 253
Hex 05 dc fd

Different shades of #05dcfd color code.

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

Darkest of #05dcfd
#015a68
Darker of #05dcfd
#01869b
Dark of #05dcfd
#02b2cd
Base of #05dcfd
#05dcfd
Light of #05dcfd
#38e3fd
Lighter
#6aeafe
Lightest
#9df1fe

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

#05dcfd
#fd2605

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

Split Complementary

#05dcfd
#fd0560
#fda205

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

Analogous Color

#05fd8d
#05fdb7
#05dcfd
#0589fd
#0522fd

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

#05dcfd
#dcfd05
#fd05dc

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

#05dcfd
#fd05dc
#fd2605
#05fd26

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

#05dcfd
#a205fd
#fd2605
#60fd05

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 #05dcfd

#002f36
#015a68
#01869b
#02b2cd
#05dcfd
#38e3fd
#6aeafe
#9df1fe
#cff8ff

Tints of #05dcfd Color

#05dcfd
#20dffd
#3ce3fd
#58e7fd
#74ebfd
#8feffe
#abf3fe
#c7f7fe
#e3fbfe
#ffffff

Shades of #05dcfd color code

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

#05dcfd
#04c3e0
#03abc4
#0392a8
#027a8c
#026170
#014954
#013038
#00181c
#000000

Tones

#05dcfd
#1ecae4
#37b7cb
#51a5b1
#6a9298

Tones

Similar Color like #05dcfd color

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

#06ddfe
#07deff
#08dfff
#09e0ff
#0ae1ff
#0be2ff
#0ce3ff
#0de4ff
#0ee5ff
#0fe6ff
#10e7ff
#11e8ff
#12e9ff
#13eaff
#04dbfc
#03dafb
#02d9fa
#01d8f9
#00d7f8
#00d6f7
#00d5f6
#00d4f5
#00d3f4
#00d2f3
#00d1f2
#00d0f1
#00cff0
#00ceef

Download this Dark Blue

Hex #05dcfd 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.

#05dcfd Color Code Preview on Black Background Color

This is how #05dcfd Color will look on black background color. Color contrast ratio is 12.66

#05dcfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #05dcfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #05dcfd

#05dcfd color code is use for CSS Background Color

Background color for the above div is #05dcfd

HTML with inline CSS

<div style="background-color:#05dcfd;"></div>

#05dcfd color code is use for CSS Border Color

CSS Border color for the above div is #05dcfd

HTML with inline CSS

<div style="border:5px solid #05dcfd;"></div>

CSS Border Left color for the above div is #05dcfd

HTML with inline CSS

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

CSS Border Right color for the above div is #05dcfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #05dcfd

HTML with inline CSS

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

CSS Border Top color for the above div is #05dcfd

HTML with inline CSS

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

#05dcfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#05dcfd Color code Preview on White Background

This is how #05dcfd Color code will look on white background color. Color contrast ratio is 1.66

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

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