@
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.

#0e87dc hex color - Blue - Cool color - Information

#0e87dc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #0e87dc Color code in RGB color code model is created after adding 5.49% red color, 52.94% green color and 86.27% blue color. Hex #0e87dc Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 39% magenta, 0% yellow and 13.73% black.

Hex #0e87dc color code is between #1188dd web safe hex color code and #0077cc web safe hex color code. #1188dd is the nearest web safe color code. You can see here many more shades of #0e87dc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0e87dc#0e87dc
RGB Decimal14, 135, 220rgb(14, 135, 220)
RGB Percent5%, 53%, 86%rgb(5%, 53%, 86%)
CSS RGBa14, 135, 220,1rgba(14,135,220,1)
CMYK Modelcmyk(94%,39%,0%,13.73%)
HSL Color Space205,88% ,46%hsl(205,88% ,46%)
HSV Color Space205°, 94%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011101000011111011100
Octal16207334
Decimal14135220
Hex0e87dc

Different shades of #0e87dc color code.

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

Light Shade of #0e87dc
#2ba0f2
Dark Shade of #0e87dc
#0b6aac
Saturated Shade of #0e87dc
#0289e8
Desaturated Shade of #0e87dc
#1a85d0
Grey scale Shade of #0e87dc
#757575
Brighten Shade
#27a0f5
Most Readable Shade
#FFFFFF

Shades of #0e87dc color code

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

#0e87dc
#0c78c3
#0a69ab
#095a92
#074b7a
#063c61
#042d49
#031e30
#010f18
#000000

Similar Color like #0e87dc color

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

#0f88dd
#1089de
#118adf
#128be0
#138ce1
#148de2
#158ee3
#168fe4
#1790e5
#1891e6
#1992e7
#1a93e8
#1b94e9
#1c95ea
#0d86db
#0c85da
#0b84d9
#0a83d8
#0982d7
#0881d6
#0780d5
#067fd4
#057ed3
#047dd2
#037cd1
#027bd0
#017acf
#0079ce

Monochromatic Color with #0e87dc

#0e87dc
#000507
#031f32
#06395c
#095387
#0b6db1

Tints of #0e87dc Color

#0e87dc
#2894df
#43a1e3
#5eafe7
#79bceb
#93c9ef
#aed7f3
#c9e4f7
#e4f1fb
#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

#0e87dc
#dc630e

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

Split Complementary

#0e87dc
#dc0e20
#dcca0e

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

Analogous Color

#0ed9dc
#0eb0dc
#0e87dc
#0e5edc
#0e35dc

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

#0e87dc
#dc0e87
#87dc0e

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

#0e87dc
#ca0edc
#dc630e
#20dc0e

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

#0e87dc
#dc630e
#dcca0e
#0e20dc

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 #0e87dc 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.

#0e87dc Color Code Preview on Black Background Color

This is how #0e87dc Color will look on black background color. Color contrast ratio is 5.52

#0e87dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0e87dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0e87dc

#0e87dc color code is use for CSS Background Color

Background color for the above div is #0e87dc

HTML with inline CSS

<div style="background-color:#0e87dc;"></div>

#0e87dc color code is use for CSS Border Color

CSS Border color for the above div is #0e87dc

HTML with inline CSS

<div style="border:5px solid #0e87dc;"></div>

CSS Border Left color for the above div is #0e87dc

HTML with inline CSS

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

CSS Border Right color for the above div is #0e87dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0e87dc

HTML with inline CSS

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

CSS Border Top color for the above div is #0e87dc

HTML with inline CSS

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

#0e87dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0e87dc Color code Preview on White Background

This is how #0e87dc Color code will look on white background color. Color contrast ratio is 3.81

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

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(14,135,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,99,14,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(14,135,220,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.