crispedge.com

Color picker

Loading...

#1494de hex color - Blue - Cool color - Information

#1494de hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #1494de Color code in RGB color code model is created after adding 7.84% red color, 58.04% green color and 87.06% blue color. Hex #1494de Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 33% magenta, 0% yellow and 13% black.

Hex #1494de color code is between #1199dd web safe hex color code and #2288ee web safe hex color code. #1199dd is the nearest web safe color code. You can see here many more shades of #1494de color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1494de#1494de
RGB Decimal20, 148, 222rgb(20, 148, 222)
RGB Percent8%, 58%, 87%rgb(8%, 58%, 87%)
CSS RGBa20, 148, 222,1rgba(20,148,222,1)
CMYK Modelcmyk(91%,33%,0%,13%)
HSL Color Space202,83% ,47%hsl(202,83% ,47%)
HSV Color Space202°, 91%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101001001010011011110
Octal24224336
Decimal20148222
Hex1494de

Different shades of #1494de color code.

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

Light Shade of #1494de
#38abed
Dark Shade of #1494de
#1075af
Saturated Shade of #1494de
#0897ea
Desaturated Shade of #1494de
#2091d2
Grey scale Shade of #1494de
#797979
Brighten Shade
#2dadf7
Most Readable Shade
#000000

Shades of #1494de color code

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

#1494de
#1183c5
#0f73ac
#0d6294
#0b527b
#084162
#06314a
#042031
#021018
#000000

Similar Color like #1494de color

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

#1595df
#1696e0
#1797e1
#1898e2
#1999e3
#1a9ae4
#1b9be5
#1c9ce6
#1d9de7
#1e9ee8
#1f9fe9
#20a0ea
#21a1eb
#22a2ec
#1393dd
#1292dc
#1191db
#1090da
#0f8fd9
#0e8ed8
#0d8dd7
#0c8cd6
#0b8bd5
#0a8ad4
#0989d3
#0888d2
#0787d1
#0686d0

Monochromatic Color with #1494de

#1494de
#010609
#052334
#093f5e
#0c5b89
#1078b3

Tints of #1494de Color

#1494de
#2e9fe1
#48abe5
#62b7e9
#7cc3ec
#96cff0
#b0dbf4
#cae7f7
#e4f3fb
#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

#1494de
#de5e14

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

Split Complementary

#1494de
#de142f
#dec314

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

Analogous Color

#14ded7
#14bcde
#1494de
#146cde
#1443de

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

#1494de
#de1494
#94de14

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

#1494de
#c314de
#de5e14
#2fde14

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

#1494de
#de5e14
#dec314
#142fde

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 #1494de 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.

#1494de Color Code Preview on Black Background Color

This is how #1494de Color will look on black background color. Color contrast ratio is 6.32

#1494de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1494de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1494de

#1494de color code is use for CSS Background Color

Background color for the above div is #1494de

HTML with inline CSS

<div style="background-color:#1494de;"></div>

#1494de color code is use for CSS Border Color

CSS Border color for the above div is #1494de

HTML with inline CSS

<div style="border:5px solid #1494de;"></div>

CSS Border Left color for the above div is #1494de

HTML with inline CSS

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

CSS Border Right color for the above div is #1494de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1494de

HTML with inline CSS

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

CSS Border Top color for the above div is #1494de

HTML with inline CSS

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

#1494de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1494de Color code Preview on White Background

This is how #1494de Color code will look on white background color. Color contrast ratio is 3.32

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

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,148,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,94,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(20,148,222,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.