Skip to main content Skip to docs navigation

#048ddd 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 #048ddd Color code in RGB color code model is created after adding 1.57% red color, 55.29% green color and 86.67% blue color. Hex #048ddd Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 36% magenta, 0% yellow and 13.33% black.

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

RGB Chart

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

Color Table

Hex Color Code 048ddd #048ddd
RGB Decimal 4, 141, 221 4, 141, 221
RGB Percent 2%, 55%, 87% rgb(2%, 55%, 87%)
CSS RGBa 4, 141, 221,1 rgba(4,141,221,1)
CMYK Model cmyk(98%,36%,0%,13.33%)
HSL Color Space 202,96% ,44% hsl(202,96% ,44%)
HSV Color Space 202°, 98%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000100 10001101 11011101
Octal 4 215 335
Decimal 4 141 221
Hex 04 8d dd

Different shades of #048ddd color code.

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

Darkest of #048ddd
#012d47
Darker of #048ddd
#024d79
Dark of #048ddd
#036dab
Base of #048ddd
#048ddd
Light of #048ddd
#19a8fb
Lighter
#4bbbfc
Lightest
#7dcefd

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

#048ddd
#dd5404

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

Split Complementary

#048ddd
#dd0421
#ddc104

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

Analogous Color

#04ddae
#04ddd3
#048ddd
#0445dd
#1e04dd

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

#048ddd
#8ddd04
#dd048d

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

#048ddd
#dd048d
#dd5404
#04dd54

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

#048ddd
#c104dd
#dd5404
#21dd04

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 #048ddd

#000d15
#012d47
#024d79
#036dab
#048ddd
#19a8fb
#4bbbfc
#7dcefd
#afe1fe

Tints of #048ddd Color

#048ddd
#1f99e0
#3ba6e4
#57b3e8
#73bfec
#8fccef
#abd9f3
#c7e5f7
#e3f2fb
#ffffff

Shades of #048ddd color code

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

#048ddd
#037dc4
#036dab
#025e93
#024e7a
#013e62
#012f49
#001f31
#000f18
#000000

Tones

#048ddd
#1b87c7
#3181b0
#487b9a
#5e7583

Tones

Similar Color like #048ddd color

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

#058ede
#068fdf
#0790e0
#0891e1
#0992e2
#0a93e3
#0b94e4
#0c95e5
#0d96e6
#0e97e7
#0f98e8
#1099e9
#119aea
#129beb
#038cdc
#028bdb
#018ada
#0089d9
#0088d8
#0087d7
#0086d6
#0085d5
#0084d4
#0083d3
#0082d2
#0081d1
#0080d0
#007fcf

Download this Dark Blue

Hex #048ddd 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.

#048ddd Color Code Preview on Black Background Color

This is how #048ddd Color will look on black background color. Color contrast ratio is 5.86

#048ddd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #048ddd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #048ddd

#048ddd color code is use for CSS Background Color

Background color for the above div is #048ddd

HTML with inline CSS

<div style="background-color:#048ddd;"></div>

#048ddd color code is use for CSS Border Color

CSS Border color for the above div is #048ddd

HTML with inline CSS

<div style="border:5px solid #048ddd;"></div>

CSS Border Left color for the above div is #048ddd

HTML with inline CSS

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

CSS Border Right color for the above div is #048ddd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #048ddd

HTML with inline CSS

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

CSS Border Top color for the above div is #048ddd

HTML with inline CSS

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

#048ddd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#048ddd Color code Preview on White Background

This is how #048ddd Color code will look on white background color. Color contrast ratio is 3.58

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

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