crispedge.com

Color picker

Loading...

#2588b0 hex color - Blue - Cool color - Information

#2588b0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #2588b0 Color code in RGB color code model is created after adding 14.51% red color, 53.33% green color and 69.02% blue color. Hex #2588b0 Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 23% magenta, 0% yellow and 31% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code2588b0#2588b0
RGB Decimal37, 136, 176rgb(37, 136, 176)
RGB Percent15%, 53%, 69%rgb(15%, 53%, 69%)
CSS RGBa37, 136, 176,1rgba(37,136,176,1)
CMYK Modelcmyk(79%,23%,0%,31%)
HSL Color Space197,65% ,42%hsl(197,65% ,42%)
HSV Color Space197°, 79%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001011000100010110000
Octal45210260
Decimal37136176
Hex2588b0

Different shades of #2588b0 color code.

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

Light Shade of #2588b0
#34a6d4
Dark Shade of #2588b0
#1c6786
Saturated Shade of #2588b0
#1a8dbb
Desaturated Shade of #2588b0
#3083a5
Grey scale Shade of #2588b0
#6a6a6a
Brighten Shade
#3ea1c9
Most Readable Shade
#FFFFFF

Shades of #2588b0 color code

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

#2588b0
#20789c
#1c6988
#185a75
#144b61
#103c4e
#0c2d3a
#081e27
#040f13
#000000

Similar Color like #2588b0 color

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

#2689b1
#278ab2
#288bb3
#298cb4
#2a8db5
#2b8eb6
#2c8fb7
#2d90b8
#2e91b9
#2f92ba
#3093bb
#3194bc
#3295bd
#3396be
#2487af
#2386ae
#2285ad
#2184ac
#2083ab
#1f82aa
#1e81a9
#1d80a8
#1c7fa7
#1b7ea6
#1a7da5
#197ca4
#187ba3
#177aa2

Monochromatic Color with #2588b0

#2588b0
#2ea9da
#010506
#0a2530
#13465b
#1c6785

Tints of #2588b0 Color

#2588b0
#3d95b8
#55a2c1
#6dafca
#85bcd3
#9ecadb
#b6d7e4
#cee4ed
#e6f1f6
#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

#2588b0
#b04d25

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

Split Complementary

#2588b0
#b02543
#b09225

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

Analogous Color

#25b0a0
#25a4b0
#2588b0
#256cb0
#2550b0

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

#2588b0
#b02588
#88b025

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

#2588b0
#9225b0
#b04d25
#42b025

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

#2588b0
#b04d25
#b09225
#2543b0

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 #2588b0 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.

#2588b0 Color Code Preview on Black Background Color

This is how #2588b0 Color will look on black background color. Color contrast ratio is 5.23

#2588b0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2588b0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2588b0

#2588b0 color code is use for CSS Background Color

Background color for the above div is #2588b0

HTML with inline CSS

<div style="background-color:#2588b0;"></div>

#2588b0 color code is use for CSS Border Color

CSS Border color for the above div is #2588b0

HTML with inline CSS

<div style="border:5px solid #2588b0;"></div>

CSS Border Left color for the above div is #2588b0

HTML with inline CSS

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

CSS Border Right color for the above div is #2588b0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2588b0

HTML with inline CSS

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

CSS Border Top color for the above div is #2588b0

HTML with inline CSS

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

#2588b0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2588b0 Color code Preview on White Background

This is how #2588b0 Color code will look on white background color. Color contrast ratio is 4.02

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

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,136,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,77,37,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(37,136,176,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.