crispedge.com

Color picker

Loading...

#1478ab hex color - Blue - Cool color - Information

#1478ab hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1478ab Color code in RGB color code model is created after adding 7.84% red color, 47.06% green color and 67.06% blue color. Hex #1478ab Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 30% magenta, 0% yellow and 33% black.

Hex #1478ab color code is between #1177aa web safe hex color code and #2288bb web safe hex color code. #1177aa is the nearest web safe color code. You can see here many more shades of #1478ab color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1478ab#1478ab
RGB Decimal20, 120, 171rgb(20, 120, 171)
RGB Percent8%, 47%, 67%rgb(8%, 47%, 67%)
CSS RGBa20, 120, 171,1rgba(20,120,171,1)
CMYK Modelcmyk(88%,30%,0%,33%)
HSL Color Space200,79% ,37%hsl(200,79% ,37%)
HSV Color Space200°, 88%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101000111100010101011
Octal24170253
Decimal20120171
Hex1478ab

Different shades of #1478ab color code.

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

Light Shade of #1478ab
#1998d9
Dark Shade of #1478ab
#0f587d
Saturated Shade of #1478ab
#0a7bb5
Desaturated Shade of #1478ab
#1e75a1
Grey scale Shade of #1478ab
#5f5f5f
Brighten Shade
#2d91c4
Most Readable Shade
#FFFFFF

Shades of #1478ab color code

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

#1478ab
#116a98
#0f5d85
#0d5072
#0b425f
#08354c
#062839
#041a26
#020d13
#000000

Similar Color like #1478ab color

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

#1579ac
#167aad
#177bae
#187caf
#197db0
#1a7eb1
#1b7fb2
#1c80b3
#1d81b4
#1e82b5
#1f83b6
#2084b7
#2185b8
#2286b9
#1377aa
#1276a9
#1175a8
#1074a7
#0f73a6
#0e72a5
#0d71a4
#0c70a3
#0b6fa2
#0a6ea1
#096da0
#086c9f
#076b9e
#066a9d

Monochromatic Color with #1478ab

#1478ab
#1996d5
#000101
#051f2b
#0a3c56
#0f5a80

Tints of #1478ab Color

#1478ab
#2e87b4
#4896bd
#62a5c7
#7cb4d0
#96c3d9
#b0d2e3
#cae1ec
#e4f0f5
#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

#1478ab
#ab4714

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

Split Complementary

#1478ab
#ab142d
#ab9214

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

Analogous Color

#14aba2
#1496ab
#1478ab
#145aab
#143cab

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

#1478ab
#ab1478
#78ab14

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

#1478ab
#9214ab
#ab4714
#2dab14

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

#1478ab
#ab4714
#ab9214
#142dab

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 #1478ab 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.

#1478ab Color Code Preview on Black Background Color

This is how #1478ab Color will look on black background color. Color contrast ratio is 4.30

#1478ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1478ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1478ab

#1478ab color code is use for CSS Background Color

Background color for the above div is #1478ab

HTML with inline CSS

<div style="background-color:#1478ab;"></div>

#1478ab color code is use for CSS Border Color

CSS Border color for the above div is #1478ab

HTML with inline CSS

<div style="border:5px solid #1478ab;"></div>

CSS Border Left color for the above div is #1478ab

HTML with inline CSS

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

CSS Border Right color for the above div is #1478ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1478ab

HTML with inline CSS

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

CSS Border Top color for the above div is #1478ab

HTML with inline CSS

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

#1478ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1478ab Color code Preview on White Background

This is how #1478ab Color code will look on white background color. Color contrast ratio is 4.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 #1478ab; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #1478ab; }

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(20,120,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(171,71,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,120,171,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.