crispedge.com

Color picker

Loading...

#2579ae hex color - Blue - Cool color - Information

#2579ae hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #2579ae Color code in RGB color code model is created after adding 14.51% red color, 47.45% green color and 68.24% blue color. Hex #2579ae Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 30% magenta, 0% yellow and 32% black.

Hex #2579ae color code is between #2277aa web safe hex color code and #3388bb web safe hex color code. #2277aa is the nearest web safe color code. You can see here many more shades of #2579ae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code2579ae#2579ae
RGB Decimal37, 121, 174rgb(37, 121, 174)
RGB Percent15%, 47%, 68%rgb(15%, 47%, 68%)
CSS RGBa37, 121, 174,1rgba(37,121,174,1)
CMYK Modelcmyk(79%,30%,0%,32%)
HSL Color Space203,65% ,41%hsl(203,65% ,41%)
HSV Color Space203°, 79%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001010111100110101110
Octal45171256
Decimal37121174
Hex2579ae

Different shades of #2579ae color code.

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

Light Shade of #2579ae
#3295d3
Dark Shade of #2579ae
#1c5c84
Saturated Shade of #2579ae
#1a7bb9
Desaturated Shade of #2579ae
#3077a3
Grey scale Shade of #2579ae
#696969
Brighten Shade
#3e92c7
Most Readable Shade
#FFFFFF

Shades of #2579ae color code

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

#2579ae
#206b9a
#1c5e87
#185074
#144360
#10354d
#0c283a
#081a26
#040d13
#000000

Similar Color like #2579ae color

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

#267aaf
#277bb0
#287cb1
#297db2
#2a7eb3
#2b7fb4
#2c80b5
#2d81b6
#2e82b7
#2f83b8
#3084b9
#3185ba
#3286bb
#3387bc
#2478ad
#2377ac
#2276ab
#2175aa
#2074a9
#1f73a8
#1e72a7
#1d71a6
#1c70a5
#1b6fa4
#1a6ea3
#196da2
#186ca1
#176ba0

Monochromatic Color with #2579ae

#2579ae
#2e97d8
#010304
#0a202e
#133e59
#1c5b83

Tints of #2579ae Color

#2579ae
#3d87b7
#5596c0
#6da5c9
#85b4d2
#9ec3db
#b6d2e4
#cee1ed
#e6f0f6
#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

#2579ae
#ae5a25

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

Split Complementary

#2579ae
#ae2534
#ae9f25

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

Analogous Color

#25aeac
#2594ae
#2579ae
#255eae
#2542ae

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

#2579ae
#ae2579
#79ae25

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

#2579ae
#9e25ae
#ae5a25
#35ae25

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

#2579ae
#ae5a25
#ae9f25
#2534ae

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 #2579ae 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.

#2579ae Color Code Preview on Black Background Color

This is how #2579ae Color will look on black background color. Color contrast ratio is 4.42

#2579ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2579ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2579ae

#2579ae color code is use for CSS Background Color

Background color for the above div is #2579ae

HTML with inline CSS

<div style="background-color:#2579ae;"></div>

#2579ae color code is use for CSS Border Color

CSS Border color for the above div is #2579ae

HTML with inline CSS

<div style="border:5px solid #2579ae;"></div>

CSS Border Left color for the above div is #2579ae

HTML with inline CSS

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

CSS Border Right color for the above div is #2579ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2579ae

HTML with inline CSS

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

CSS Border Top color for the above div is #2579ae

HTML with inline CSS

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

#2579ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2579ae Color code Preview on White Background

This is how #2579ae Color code will look on white background color. Color contrast ratio is 4.75

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

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(37,121,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(174,90,37,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(37,121,174,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.