crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#0e5cff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0e5cff Color code in RGB color code model is created after adding 5.49% red color, 36.08% green color and 100% blue color. Hex #0e5cff Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 64% magenta, 0% yellow and 0% black.

Hex #0e5cff color code is between #1155ee web safe hex color code and #0066dd web safe hex color code. #1155ee is the nearest web safe color code. You can see here many more shades of #0e5cff color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code0e5cff#0e5cff
RGB Decimal14, 92, 255rgb(14, 92, 255)
RGB Percent5%, 36%, 100%rgb(5%, 36%, 100%)
CSS RGBa14, 92, 255,1rgba(14,92,255,1)
CMYK Modelcmyk(95%,64%,0%,0%)
HSL Color Space221,100% ,53%hsl(221,100% ,53%)
HSV Color Space221°, 95%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011100101110011111111
Octal16134377
Decimal1492255
Hex0e5cff

Different shades of #0e5cff color code.

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

Light Shade of #0e5cff
#417eff
Dark Shade of #0e5cff
#0047da
Saturated Shade of #0e5cff
#0e5cff
Desaturated Shade of #0e5cff
#1a60f3
Grey scale Shade of #0e5cff
#868686
Brighten Shade
#2775ff
Most Readable Shade
#FFFFFF

Shades of #0e5cff color code

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

#0e5cff
#0c51e2
#0a47c6
#093daa
#07338d
#062871
#041e55
#031438
#010a1c
#000000

Similar Color like #0e5cff color

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

#0f5dff
#105eff
#115fff
#1260ff
#1361ff
#1462ff
#1563ff
#1664ff
#1765ff
#1866ff
#1967ff
#1a68ff
#1b69ff
#1c6aff
#0d5bfe
#0c5afd
#0b59fc
#0a58fb
#0957fa
#0856f9
#0755f8
#0654f7
#0553f6
#0452f5
#0351f4
#0250f3
#014ff2
#004ef1

Monochromatic Color with #0e5cff

#0e5cff
#020f2a
#051f55
#072e80
#093daa
#0c4dd4

Tints of #0e5cff Color

#0e5cff
#286eff
#4380ff
#5e92ff
#79a4ff
#93b6ff
#aec8ff
#c9daff
#e4ecff
#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

#0e5cff
#ffb10e

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

Split Complementary

#0e5cff
#ff380e
#d5ff0e

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

Analogous Color

#0ebcff
#0e8cff
#0e5cff
#0e2cff
#200eff

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

#0e5cff
#ff0e5c
#5cff0e

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

#0e5cff
#ff0ed4
#ffb10e
#0eff38

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

#0e5cff
#ffb10e
#d5ff0e
#380eff

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

#0e5cff Color Code Preview on Black Background Color

This is how #0e5cff Color will look on black background color. Color contrast ratio is 3.99

#0e5cff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0e5cff color code is use for CSS Background Color

Background color for the above div is #0e5cff

HTML with inline CSS

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

#0e5cff color code is use for CSS Border Color

CSS Border color for the above div is #0e5cff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0e5cff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0e5cff Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.