Skip to main content Skip to docs navigation

#185efe hex color | Download Dark Blue BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Kyanite and its hex is #1560FB Nearest Color Name

Color Hue/Base color: Blue

Hex #185efe Color code in RGB color code model is created after adding 9.41% red color, 36.86% green color and 99.61% blue color. Hex #185efe Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 63% magenta, 0% yellow and 0.39% black.

Hex #185efe color code is between #1166ff web safe hex color code and #2255ee web safe hex color code. #1166ff is the nearest web safe color code. You can see here many more shades of #185efe color code.

RGB Chart

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

Color Table

Hex Color Code 185efe #185efe
RGB Decimal 24, 94, 254 24, 94, 254
RGB Percent 9%, 37%, 100% rgb(9%, 37%, 100%)
CSS RGBa 24, 94, 254,1 rgba(24,94,254,1)
CMYK Model cmyk(91%,63%,0%,0.39%)
HSL Color Space 222,99% ,55% hsl(222,99% ,55%)
HSV Color Space 222°, 91%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011000 01011110 11111110
Octal 30 136 376
Decimal 24 94 254
Hex 18 5e fe

Different shades of #185efe color code.

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

Darkest of #185efe
#01267c
Darker of #185efe
#0136af
Dark of #185efe
#0145e2
Base of #185efe
#185efe
Light of #185efe
#4b81fe
Lighter
#7ea5fe
Lightest
#b0c8ff

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

#185efe
#feb818

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

Split Complementary

#185efe
#fe4518
#d1fe18

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

Analogous Color

#18e4fe
#18befe
#185efe
#1f18fe
#7f18fe

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

#185efe
#5efe18
#fe185e

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

#185efe
#fe185e
#feb818
#18feb8

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#185efe
#fe18d1
#feb818
#18fe45

Square 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).

Monochromatic Color with #185efe

#00174a
#01267c
#0136af
#0145e2
#185efe
#4b81fe
#7ea5fe
#b0c8ff
#e3ecff

Tints of #185efe Color

#185efe
#316ffe
#4b81fe
#6593fe
#7ea5fe
#98b7fe
#b2c9fe
#cbdbfe
#e5edfe
#ffffff

Shades of #185efe color code

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

#185efe
#1553e1
#1249c5
#103ea9
#0d348d
#0a2970
#081f54
#051438
#020a1c
#000000

Tones

#185efe
#2f67e7
#4670d0
#5e79b8
#7582a1

Tones

Similar Color like #185efe color

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

#195fff
#1a60ff
#1b61ff
#1c62ff
#1d63ff
#1e64ff
#1f65ff
#2066ff
#2167ff
#2268ff
#2369ff
#246aff
#256bff
#266cff
#175dfd
#165cfc
#155bfb
#145afa
#1359f9
#1258f8
#1157f7
#1056f6
#0f55f5
#0e54f4
#0d53f3
#0c52f2
#0b51f1
#0a50f0

Download this Dark Blue

Hex #185efe 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.

#185efe Color Code Preview on Black Background Color

This is how #185efe Color will look on black background color. Color contrast ratio is 4.07

#185efe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #185efe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #185efe

#185efe color code is use for CSS Background Color

Background color for the above div is #185efe

HTML with inline CSS

<div style="background-color:#185efe;"></div>

#185efe color code is use for CSS Border Color

CSS Border color for the above div is #185efe

HTML with inline CSS

<div style="border:5px solid #185efe;"></div>

CSS Border Left color for the above div is #185efe

HTML with inline CSS

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

CSS Border Right color for the above div is #185efe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #185efe

HTML with inline CSS

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

CSS Border Top color for the above div is #185efe

HTML with inline CSS

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

#185efe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#185efe Color code Preview on White Background

This is how #185efe Color code will look on white background color. Color contrast ratio is 5.16

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(24,94,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,184,24,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(24,94,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }