Skip to main content Skip to docs navigation

#30dcff 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 Vaporwave Blue and its hex is #22DDFF Nearest Color Name

Color Hue/Base color: Blue

Hex #30dcff Color code in RGB color code model is created after adding 18.82% red color, 86.27% green color and 100% blue color. Hex #30dcff Color code in CMYK color (process color) code model is generated after subtraction of 81% cyan, 14% magenta, 0% yellow and 0% black.

Hex #30dcff color code is between #33ddee web safe hex color code and #22ccdd web safe hex color code. #33ddee is the nearest web safe color code. You can see here many more shades of #30dcff color code.

RGB Chart

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

Color Table

Hex Color Code 30dcff #30dcff
RGB Decimal 48, 220, 255 48, 220, 255
RGB Percent 19%, 86%, 100% rgb(19%, 86%, 100%)
CSS RGBa 48, 220, 255,1 rgba(48,220,255,1)
CMYK Model cmyk(81%,14%,0%,0%)
HSL Color Space 190,100% ,59% hsl(190,100% ,59%)
HSV Color Space 190°, 81%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110000 11011100 11111111
Octal 60 334 377
Decimal 48 220 255
Hex 30 dc ff

Different shades of #30dcff color code.

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

Darkest of #30dcff
#007d96
Darker of #30dcff
#00a7c9
Dark of #30dcff
#00d1fc
Base of #30dcff
#30dcff
Light of #30dcff
#63e5ff
Lighter
#96edff
Lightest
#c9f6ff

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

#30dcff
#ff5330

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

Split Complementary

#30dcff
#ff3075
#ffba30

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

Analogous Color

#30ffa9
#30ffcc
#30dcff
#3097ff
#3041ff

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

#30dcff
#dcff30
#ff30dc

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

#30dcff
#ff30dc
#ff5330
#30ff53

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

#30dcff
#ba30ff
#ff5330
#75ff30

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 #30dcff

#005263
#007d96
#00a7c9
#00d1fc
#30dcff
#63e5ff
#96edff
#c9f6ff
#fcfeff

Tints of #30dcff Color

#30dcff
#47dfff
#5ee3ff
#75e7ff
#8cebff
#a3efff
#baf3ff
#d1f7ff
#e8fbff
#ffffff

Shades of #30dcff color code

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

#30dcff
#2ac3e2
#25abc6
#2092aa
#1a7a8d
#156171
#104955
#0a3038
#05181c
#000000

Tones

#30dcff
#45ceea
#59c1d6
#6eb3c1
#83a5ac

Tones

Similar Color like #30dcff color

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

#31ddff
#32deff
#33dfff
#34e0ff
#35e1ff
#36e2ff
#37e3ff
#38e4ff
#39e5ff
#3ae6ff
#3be7ff
#3ce8ff
#3de9ff
#3eeaff
#2fdbfe
#2edafd
#2dd9fc
#2cd8fb
#2bd7fa
#2ad6f9
#29d5f8
#28d4f7
#27d3f6
#26d2f5
#25d1f4
#24d0f3
#23cff2
#22cef1

Download this Dark Blue

Hex #30dcff 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.

#30dcff Color Code Preview on Black Background Color

This is how #30dcff Color will look on black background color. Color contrast ratio is 12.81

#30dcff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #30dcff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #30dcff

#30dcff color code is use for CSS Background Color

Background color for the above div is #30dcff

HTML with inline CSS

<div style="background-color:#30dcff;"></div>

#30dcff color code is use for CSS Border Color

CSS Border color for the above div is #30dcff

HTML with inline CSS

<div style="border:5px solid #30dcff;"></div>

CSS Border Left color for the above div is #30dcff

HTML with inline CSS

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

CSS Border Right color for the above div is #30dcff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #30dcff

HTML with inline CSS

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

CSS Border Top color for the above div is #30dcff

HTML with inline CSS

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

#30dcff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#30dcff Color code Preview on White Background

This is how #30dcff Color code will look on white background color. Color contrast ratio is 1.64

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

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