crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#019ade hex color - Blue - Cool color - Information

#019ade hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #019ade Color code in RGB color code model is created after adding 0.39% red color, 60.39% green color and 87.06% blue color. Hex #019ade Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 31% magenta, 0% yellow and 13% black.

Hex #019ade color code is between #0099dd web safe hex color code and #00aaee web safe hex color code. #0099dd is the nearest web safe color code. You can see here many more shades of #019ade color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code019ade#019ade
RGB Decimal1, 154, 222rgb(1, 154, 222)
RGB Percent0%, 60%, 87%rgb(0%, 60%, 87%)
CSS RGBa1, 154, 222,1rgba(1,154,222,1)
CMYK Modelcmyk(100%,31%,0%,13%)
HSL Color Space198,99% ,44%hsl(198,99% ,44%)
HSV Color Space198°, 100%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000011001101011011110
Octal1232336
Decimal1154222
Hex019ade

Different shades of #019ade color code.

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

Light Shade of #019ade
#14b6fe
Dark Shade of #019ade
#0177ab
Saturated Shade of #019ade
#009adf
Desaturated Shade of #019ade
#0c96d3
Grey scale Shade of #019ade
#6f6f6f
Brighten Shade
#1ab3f7
Most Readable Shade
#000000

Shades of #019ade color code

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

#019ade
#0088c5
#0077ac
#006694
#00557b
#004462
#00334a
#002231
#001118
#000000

Similar Color like #019ade color

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

#029bdf
#039ce0
#049de1
#059ee2
#069fe3
#07a0e4
#08a1e5
#09a2e6
#0aa3e7
#0ba4e8
#0ca5e9
#0da6ea
#0ea7eb
#0fa8ec
#0099dd
#0098dc
#0097db
#0096da
#0095d9
#0094d8
#0093d7
#0092d6
#0091d5
#0090d4
#008fd3
#008ed2
#008dd1
#008cd0

Monochromatic Color with #019ade

#019ade
#000709
#002434
#00425e
#015f89
#017db3

Tints of #019ade Color

#019ade
#1da5e1
#39b0e5
#55bbe9
#71c6ec
#8ed2f0
#aaddf4
#c6e8f7
#e2f3fb
#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

#019ade
#de4501

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

Split Complementary

#019ade
#de012c
#deb401

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

Analogous Color

#01deca
#01c6de
#019ade
#016ede
#0142de

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

#019ade
#de019a
#9ade01

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

#019ade
#b301de
#de4501
#2bde01

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

#019ade
#de4501
#deb401
#012cde

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 #019ade 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.

#019ade Color Code Preview on Black Background Color

This is how #019ade Color will look on black background color. Color contrast ratio is 6.68

#019ade in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #019ade

HTML with inline CSS

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

Your Example Paragraph content text in with font color #019ade

#019ade color code is use for CSS Background Color

Background color for the above div is #019ade

HTML with inline CSS

<div style="background-color:#019ade;"></div>

#019ade color code is use for CSS Border Color

CSS Border color for the above div is #019ade

HTML with inline CSS

<div style="border:5px solid #019ade;"></div>

CSS Border Left color for the above div is #019ade

HTML with inline CSS

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

CSS Border Right color for the above div is #019ade

HTML with inline CSS

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

CSS Border Bottom color for the above div is #019ade

HTML with inline CSS

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

CSS Border Top color for the above div is #019ade

HTML with inline CSS

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

#019ade hex Color code used as CSS color Codes

Example CSS Class for usage

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

#019ade Color code Preview on White Background

This is how #019ade Color code will look on white background color. Color contrast ratio is 3.14

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.