crispedge.com

Color picker

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

#74a9ed hex color - Blue - Cool color - Information

#74a9ed hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #74a9ed Color code in RGB color code model is created after adding 45.49% red color, 66.27% green color and 92.94% blue color. Hex #74a9ed Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 29% magenta, 0% yellow and 7% black.

Hex #74a9ed color code is between #77aaee web safe hex color code and #6699dd web safe hex color code. #77aaee is the nearest web safe color code. You can see here many more shades of #74a9ed color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code74a9ed#74a9ed
RGB Decimal116, 169, 237rgb(116, 169, 237)
RGB Percent45%, 66%, 93%rgb(45%, 66%, 93%)
CSS RGBa116, 169, 237,1rgba(116,169,237,1)
CMYK Modelcmyk(51%,29%,0%,7%)
HSL Color Space214,77% ,69%hsl(214,77% ,69%)
HSV Color Space214°, 51%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101001010100111101101
Octal164251355
Decimal116169237
Hex74a9ed

Different shades of #74a9ed color code.

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

Light Shade of #74a9ed
#a1c5f3
Dark Shade of #74a9ed
#478de7
Saturated Shade of #74a9ed
#6ca8f5
Desaturated Shade of #74a9ed
#7caae5
Grey scale Shade of #74a9ed
#b0b0b0
Brighten Shade
#8dc2ff
Most Readable Shade
#000000

Shades of #74a9ed color code

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

#74a9ed
#6796d2
#5a83b8
#4d709e
#405d83
#334b69
#26384f
#192534
#0c121a
#000000

Similar Color like #74a9ed color

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

#75aaee
#76abef
#77acf0
#78adf1
#79aef2
#7aaff3
#7bb0f4
#7cb1f5
#7db2f6
#7eb3f7
#7fb4f8
#80b5f9
#81b6fa
#82b7fb
#73a8ec
#72a7eb
#71a6ea
#70a5e9
#6fa4e8
#6ea3e7
#6da2e6
#6ca1e5
#6ba0e4
#6a9fe3
#699ee2
#689de1
#679ce0
#669bdf

Monochromatic Color with #74a9ed

#74a9ed
#0c1118
#213043
#364e6d
#4a6c98
#5f8bc2

Tints of #74a9ed Color

#74a9ed
#83b2ef
#92bcf1
#a2c5f3
#b1cff5
#c1d8f7
#d0e2f9
#e0ebfb
#eff5fd
#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

#74a9ed
#edb874

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

Split Complementary

#74a9ed
#ed7b74
#e6ed74

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

Analogous Color

#74d9ed
#74c1ed
#74a9ed
#7491ed
#7479ed

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

#74a9ed
#ed74a9
#a9ed74

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

#74a9ed
#ed74e5
#edb874
#74ed7b

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

#74a9ed
#edb874
#e6ed74
#7b74ed

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 #74a9ed 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.

#74a9ed Color Code Preview on Black Background Color

This is how #74a9ed Color will look on black background color. Color contrast ratio is 8.64

#74a9ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74a9ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74a9ed

#74a9ed color code is use for CSS Background Color

Background color for the above div is #74a9ed

HTML with inline CSS

<div style="background-color:#74a9ed;"></div>

#74a9ed color code is use for CSS Border Color

CSS Border color for the above div is #74a9ed

HTML with inline CSS

<div style="border:5px solid #74a9ed;"></div>

CSS Border Left color for the above div is #74a9ed

HTML with inline CSS

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

CSS Border Right color for the above div is #74a9ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #74a9ed

HTML with inline CSS

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

CSS Border Top color for the above div is #74a9ed

HTML with inline CSS

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

#74a9ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#74a9ed Color code Preview on White Background

This is how #74a9ed Color code will look on white background color. Color contrast ratio is 2.43

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

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.