crispedge.com

Color picker

Loading...

#02879e hex color - Blue - Cool color - Information

#02879e hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #02879e Color code in RGB color code model is created after adding 0.78% red color, 52.94% green color and 61.96% blue color. Hex #02879e Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 15% magenta, 0% yellow and 38% black.

Hex #02879e color code is between #008899 web safe hex color code and #0077aa web safe hex color code. #008899 is the nearest web safe color code. You can see here many more shades of #02879e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code02879e#02879e
RGB Decimal2, 135, 158rgb(2, 135, 158)
RGB Percent1%, 53%, 62%rgb(1%, 53%, 62%)
CSS RGBa2, 135, 158,1rgba(2,135,158,1)
CMYK Modelcmyk(99%,15%,0%,38%)
HSL Color Space189,98% ,31%hsl(189,98% ,31%)
HSV Color Space189°, 99%, 62%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000101000011110011110
Octal2207236
Decimal2135158
Hex02879e

Different shades of #02879e color code.

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

Light Shade of #02879e
#03b2d0
Dark Shade of #02879e
#015c6c
Saturated Shade of #02879e
#0088a0
Desaturated Shade of #02879e
#0a8196
Grey scale Shade of #02879e
#505050
Brighten Shade
#1ba0b7
Most Readable Shade
#FFFFFF

Shades of #02879e color code

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

#02879e
#01788c
#01697a
#015a69
#014b57
#003c46
#002d34
#001e23
#000f11
#000000

Similar Color like #02879e color

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

#03889f
#0489a0
#058aa1
#068ba2
#078ca3
#088da4
#098ea5
#0a8fa6
#0b90a7
#0c91a8
#0d92a9
#0e93aa
#0f94ab
#1095ac
#01869d
#00859c
#00849b
#00839a
#008299
#008198
#008097
#007f96
#007e95
#007d94
#007c93
#007b92
#007a91
#007990

Monochromatic Color with #02879e

#02879e
#03abc8
#03d0f3
#001a1e
#013e49
#016373

Tints of #02879e Color

#02879e
#1e94a8
#3aa1b3
#56afbe
#72bcc9
#8ec9d3
#aad7de
#c6e4e9
#e2f1f4
#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

#02879e
#9e1902

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

Split Complementary

#02879e
#9e0239
#9e6702

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

Analogous Color

#029e77
#029e96
#02879e
#02689e
#02499e

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

#02879e
#9e0287
#879e02

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

#02879e
#67029e
#9e1902
#399e02

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

#02879e
#9e1902
#9e6702
#02399e

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 #02879e 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.

#02879e Color Code Preview on Black Background Color

This is how #02879e Color will look on black background color. Color contrast ratio is 4.96

#02879e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02879e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02879e

#02879e color code is use for CSS Background Color

Background color for the above div is #02879e

HTML with inline CSS

<div style="background-color:#02879e;"></div>

#02879e color code is use for CSS Border Color

CSS Border color for the above div is #02879e

HTML with inline CSS

<div style="border:5px solid #02879e;"></div>

CSS Border Left color for the above div is #02879e

HTML with inline CSS

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

CSS Border Right color for the above div is #02879e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #02879e

HTML with inline CSS

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

CSS Border Top color for the above div is #02879e

HTML with inline CSS

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

#02879e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#02879e Color code Preview on White Background

This is how #02879e Color code will look on white background color. Color contrast ratio is 4.23

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

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(2,135,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,25,2,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(2,135,158,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.