Skip to main content Skip to docs navigation

#30cdfd 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 Shovel Knight and its hex is #37C4FA Nearest Color Name

Color Hue/Base color: Blue

Hex #30cdfd Color code in RGB color code model is created after adding 18.82% red color, 80.39% green color and 99.22% blue color. Hex #30cdfd Color code in CMYK color (process color) code model is generated after subtraction of 81% cyan, 19% magenta, 0% yellow and 0.78% black.

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

RGB Chart

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

Color Table

Hex Color Code 30cdfd #30cdfd
RGB Decimal 48, 205, 253 48, 205, 253
RGB Percent 19%, 80%, 99% rgb(19%, 80%, 99%)
CSS RGBa 48, 205, 253,1 rgba(48,205,253,1)
CMYK Model cmyk(81%,19%,0%,0.78%)
HSL Color Space 194,98% ,59% hsl(194,98% ,59%)
HSV Color Space 194°, 81%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110000 11001101 11111101
Octal 60 315 375
Decimal 48 205 253
Hex 30 cd fd

Different shades of #30cdfd color code.

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

Darkest of #30cdfd
#017193
Darker of #30cdfd
#0297c5
Dark of #30cdfd
#02bef8
Base of #30cdfd
#30cdfd
Light of #30cdfd
#63d9fd
Lighter
#95e5fe
Lightest
#c8f2fe

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

#30cdfd
#fd6030

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

Split Complementary

#30cdfd
#fd3066
#fdc730

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

Analogous Color

#30fdb5
#30fdd8
#30cdfd
#3089fd
#3033fd

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

#30cdfd
#cdfd30
#fd30cd

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

#30cdfd
#fd30cd
#fd6030
#30fd60

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

#30cdfd
#c730fd
#fd6030
#66fd30

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

#014a60
#017193
#0297c5
#02bef8
#30cdfd
#63d9fd
#95e5fe
#c8f2fe
#fafeff

Tints of #30cdfd Color

#30cdfd
#47d2fd
#5ed8fd
#75ddfd
#8ce3fd
#a3e8fe
#baeefe
#d1f3fe
#e8f9fe
#ffffff

Shades of #30cdfd color code

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

#30cdfd
#2ab6e0
#259fc4
#2088a8
#1a718c
#155b70
#104454
#0a2d38
#05161c
#000000

Tones

#30cdfd
#45c2e8
#5ab7d3
#6facbe
#84a1a9

Tones

Similar Color like #30cdfd color

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

#31cefe
#32cfff
#33d0ff
#34d1ff
#35d2ff
#36d3ff
#37d4ff
#38d5ff
#39d6ff
#3ad7ff
#3bd8ff
#3cd9ff
#3ddaff
#3edbff
#2fccfc
#2ecbfb
#2dcafa
#2cc9f9
#2bc8f8
#2ac7f7
#29c6f6
#28c5f5
#27c4f4
#26c3f3
#25c2f2
#24c1f1
#23c0f0
#22bfef

Download this Dark Blue

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

#30cdfd Color Code Preview on Black Background Color

This is how #30cdfd Color will look on black background color. Color contrast ratio is 11.28

#30cdfd in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#30cdfd color code is use for CSS Background Color

Background color for the above div is #30cdfd

HTML with inline CSS

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

#30cdfd color code is use for CSS Border Color

CSS Border color for the above div is #30cdfd

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#30cdfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#30cdfd Color code Preview on White Background

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

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

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