crispedge.com

Color picker

Loading...

#31cdf3 hex color - Blue - Cool color - Information

#31cdf3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #31cdf3 Color code in RGB color code model is created after adding 19.22% red color, 80.39% green color and 95.29% blue color. Hex #31cdf3 Color code in CMYK color (process color) code model is generated after subtraction of 80% cyan, 16% magenta, 0% yellow and 5% black.

Hex #31cdf3 color code is between #33ccee web safe hex color code and #22ddff web safe hex color code. #33ccee is the nearest web safe color code. You can see here many more shades of #31cdf3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code31cdf3#31cdf3
RGB Decimal49, 205, 243rgb(49, 205, 243)
RGB Percent19%, 80%, 95%rgb(19%, 80%, 95%)
CSS RGBa49, 205, 243,1rgba(49,205,243,1)
CMYK Modelcmyk(80%,16%,0%,5%)
HSL Color Space192,89% ,57%hsl(192,89% ,57%)
HSV Color Space192°, 80%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100011100110111110011
Octal61315363
Decimal49205243
Hex31cdf3

Different shades of #31cdf3 color code.

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

Light Shade of #31cdf3
#61d9f6
Dark Shade of #31cdf3
#0dbae4
Saturated Shade of #31cdf3
#26d4fe
Desaturated Shade of #31cdf3
#3cc6e8
Grey scale Shade of #31cdf3
#929292
Brighten Shade
#4ae6ff
Most Readable Shade
#000000

Shades of #31cdf3 color code

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

#31cdf3
#2bb6d8
#269fbd
#2088a2
#1b7187
#155b6c
#104451
#0a2d36
#05161b
#000000

Similar Color like #31cdf3 color

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

#32cef4
#33cff5
#34d0f6
#35d1f7
#36d2f8
#37d3f9
#38d4fa
#39d5fb
#3ad6fc
#3bd7fd
#3cd8fe
#3dd9ff
#3edaff
#3fdbff
#30ccf2
#2fcbf1
#2ecaf0
#2dc9ef
#2cc8ee
#2bc7ed
#2ac6ec
#29c5eb
#28c4ea
#27c3e9
#26c2e8
#25c1e7
#24c0e6
#23bfe5

Monochromatic Color with #31cdf3

#31cdf3
#061a1e
#0f3e49
#176173
#20859e
#28a9c8

Tints of #31cdf3 Color

#31cdf3
#47d2f4
#5ed8f5
#75ddf7
#8ce3f8
#a3e8f9
#baeefb
#d1f3fc
#e8f9fd
#ffffff

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

#31cdf3
#f35731

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

Split Complementary

#31cdf3
#f3316c
#f3b831

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

Analogous Color

#31f3cb
#31f3f2
#31cdf3
#31a6f3
#317ff3

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

#31cdf3
#f331cd
#cdf331

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

#31cdf3
#b831f3
#f35731
#6cf331

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#31cdf3
#f35731
#f3b831
#316cf3

Double Complementary 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).

Hex #31cdf3 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.

#31cdf3 Color Code Preview on Black Background Color

This is how #31cdf3 Color will look on black background color. Color contrast ratio is 11.16

#31cdf3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31cdf3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31cdf3

#31cdf3 color code is use for CSS Background Color

Background color for the above div is #31cdf3

HTML with inline CSS

<div style="background-color:#31cdf3;"></div>

#31cdf3 color code is use for CSS Border Color

CSS Border color for the above div is #31cdf3

HTML with inline CSS

<div style="border:5px solid #31cdf3;"></div>

CSS Border Left color for the above div is #31cdf3

HTML with inline CSS

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

CSS Border Right color for the above div is #31cdf3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #31cdf3

HTML with inline CSS

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

CSS Border Top color for the above div is #31cdf3

HTML with inline CSS

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

#31cdf3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#31cdf3 Color code Preview on White Background

This is how #31cdf3 Color code will look on white background color. Color contrast ratio is 1.88

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(49,205,243,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(243,87,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(49,205,243,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.