Skip to main content Skip to docs navigation

#508aec hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Blue Elemental and its hex is #5588EE Nearest Color Name

Color Hue/Base color: Blue

Hex #508aec Color code in RGB color code model is created after adding 31.37% red color, 54.12% green color and 92.55% blue color. Hex #508aec Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 42% magenta, 0% yellow and 7.45% black.

Hex #508aec color code is between #5588ee web safe hex color code and #4499dd web safe hex color code. #5588ee is the nearest web safe color code. You can see here many more shades of #508aec color code.

RGB Chart

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

Color Table

Hex Color Code 508aec #508aec
RGB Decimal 80, 138, 236 80, 138, 236
RGB Percent 31%, 54%, 93% rgb(31%, 54%, 93%)
CSS RGBa 80, 138, 236,1 rgba(80,138,236,1)
CMYK Model cmyk(66%,42%,0%,7.45%)
HSL Color Space 218,80% ,62% hsl(218,80% ,62%)
HSV Color Space 218°, 66%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010000 10001010 11101100
Octal 120 212 354
Decimal 80 138 236
Hex 50 8a ec

Different shades of #508aec color code.

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

Darkest of #508aec
#104193
Darker of #508aec
#1555c1
Dark of #508aec
#226be7
Base of #508aec
#508aec
Light of #508aec
#7ea9f1
Lighter
#acc8f6
Lightest
#dae6fb

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

#508aec
#ecb250

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

Split Complementary

#508aec
#ec6450
#d8ec50

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

Analogous Color

#50e5ec
#50cbec
#508aec
#5056ec
#8b50ec

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

#508aec
#8aec50
#ec508a

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

#508aec
#ec508a
#ecb250
#50ecb2

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#508aec
#ec50d8
#ecb250
#50ec64

Square 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).

Monochromatic Color with #508aec

#0b2c65
#104193
#1555c1
#226be7
#508aec
#7ea9f1
#acc8f6
#dae6fb
#ffffff

Tints of #508aec Color

#508aec
#6397ee
#76a4f0
#8ab1f2
#9dbef4
#b1cbf6
#c4d8f8
#d8e5fa
#ebf2fc
#ffffff

Shades of #508aec color code

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

#508aec
#477ad1
#3e6bb7
#355c9d
#2c4c83
#233d68
#1a2e4e
#111e34
#080f1a
#000000

Tones

#508aec
#638fd9
#7794c5
#8a99b2
#9e9e9e

Tones

Similar Color like #508aec color

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

#518bed
#528cee
#538def
#548ef0
#558ff1
#5690f2
#5791f3
#5892f4
#5993f5
#5a94f6
#5b95f7
#5c96f8
#5d97f9
#5e98fa
#4f89eb
#4e88ea
#4d87e9
#4c86e8
#4b85e7
#4a84e6
#4983e5
#4882e4
#4781e3
#4680e2
#457fe1
#447ee0
#437ddf
#427cde

Download this Dark Blue

Hex #508aec 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.

#508aec Color Code Preview on Black Background Color

This is how #508aec Color will look on black background color. Color contrast ratio is 6.19

#508aec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #508aec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #508aec

#508aec color code is use for CSS Background Color

Background color for the above div is #508aec

HTML with inline CSS

<div style="background-color:#508aec;"></div>

#508aec color code is use for CSS Border Color

CSS Border color for the above div is #508aec

HTML with inline CSS

<div style="border:5px solid #508aec;"></div>

CSS Border Left color for the above div is #508aec

HTML with inline CSS

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

CSS Border Right color for the above div is #508aec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #508aec

HTML with inline CSS

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

CSS Border Top color for the above div is #508aec

HTML with inline CSS

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

#508aec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#508aec Color code Preview on White Background

This is how #508aec Color code will look on white background color. Color contrast ratio is 3.39

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(80,138,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,178,80,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(80,138,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }