crispedge.com

#47aaf9 hex color - Blue - Cool color - Information

#47aaf9 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #47aaf9 Color code in RGB color code model is created after adding 27.84% red color, 66.67% green color and 97.65% blue color. Hex #47aaf9 Color code in CMYK color (process color) code model is generated after subtraction of 71% cyan, 32% magenta, 0% yellow and 2% black.

Hex #47aaf9 color code is between #4499ff web safe hex color code and #55bbee web safe hex color code. #4499ff is the nearest web safe color code. You can see here many more shades of #47aaf9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code47aaf9#47aaf9
RGB Decimal71, 170, 249rgb(71, 170, 249)
RGB Percent28%, 67%, 98%rgb(28%, 67%, 98%)
CSS RGBa71, 170, 249,1rgba(71,170,249,1)
CMYK Modelcmyk(71%,32%,0%,2%)
HSL Color Space207,94% ,63%hsl(207,94% ,63%)
HSV Color Space207°, 71%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010001111010101011111001
Octal107252371
Decimal71170249
Hex47aaf9

Different shades of #47aaf9 color code.

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

Light Shade of #47aaf9
#78c1fb
Dark Shade of #47aaf9
#1693f7
Saturated Shade of #47aaf9
#41abff
Desaturated Shade of #47aaf9
#50a9ef
Grey scale Shade of #47aaf9
#a0a0a0
Brighten Shade
#60c3ff
Most Readable Shade
#000000

Shades of #47aaf9 color code

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

#47aaf9
#3f97dd
#3784c1
#2f71a6
#275e8a
#1f4b6e
#173853
#0f2537
#07121b
#000000

Similar Color like #47aaf9 color

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

#48abfa
#49acfb
#4aadfc
#4baefd
#4caffe
#4db0ff
#4eb1ff
#4fb2ff
#50b3ff
#51b4ff
#52b5ff
#53b6ff
#54b7ff
#55b8ff
#46a9f8
#45a8f7
#44a7f6
#43a6f5
#42a5f4
#41a4f3
#40a3f2
#3fa2f1
#3ea1f0
#3da0ef
#3c9fee
#3b9eed
#3a9dec
#399ceb

Monochromatic Color with #47aaf9

#47aaf9
#0a1924
#17364f
#235379
#2f70a4
#3b8dce

Tints of #47aaf9 Color

#47aaf9
#5bb3f9
#6fbcfa
#84c6fb
#98cffb
#add9fc
#c1e2fd
#d6ecfd
#eaf5fe
#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

#47aaf9
#f99647

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

Split Complementary

#47aaf9
#f94751
#f9ef47

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

Analogous Color

#47f1f9
#47cef9
#47aaf9
#4786f9
#4763f9

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

#47aaf9
#f947aa
#aaf947

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

#47aaf9
#ef47f9
#f99647
#51f947

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

#47aaf9
#f99647
#f9ef47
#4751f9

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 #47aaf9 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.

#47aaf9 Color Code Preview on Black Background Color

This is how #47aaf9 Color will look on black background color. Color contrast ratio is 8.39

#47aaf9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #47aaf9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #47aaf9

#47aaf9 color code is use for CSS Background Color

Background color for the above div is #47aaf9

HTML with inline CSS

<div style="background-color:#47aaf9;"></div>

#47aaf9 color code is use for CSS Border Color

CSS Border color for the above div is #47aaf9

HTML with inline CSS

<div style="border:5px solid #47aaf9;"></div>

CSS Border Left color for the above div is #47aaf9

HTML with inline CSS

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

CSS Border Right color for the above div is #47aaf9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #47aaf9

HTML with inline CSS

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

CSS Border Top color for the above div is #47aaf9

HTML with inline CSS

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

#47aaf9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#47aaf9 Color code Preview on White Background

This is how #47aaf9 Color code will look on white background color. Color contrast ratio is 2.50

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

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(71,170,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(249,150,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(71,170,249,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.

< /html>