Skip to main content Skip to docs navigation

#115efa 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 #115efa Color code in RGB color code model is created after adding 6.67% red color, 36.86% green color and 98.04% blue color. Hex #115efa Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 62% magenta, 0% yellow and 1.96% black.

Hex #115efa color code is between #0066ff web safe hex color code and #0055ee web safe hex color code. #0066ff is the nearest web safe color code. You can see here many more shades of #115efa color code.

RGB Chart

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

Color Table

Hex Color Code 115efa #115efa
RGB Decimal 17, 94, 250 17, 94, 250
RGB Percent 7%, 37%, 98% rgb(7%, 37%, 98%)
CSS RGBa 17, 94, 250,1 rgba(17,94,250,1)
CMYK Model cmyk(93%,62%,0%,1.96%)
HSL Color Space 220,96% ,52% hsl(220,96% ,52%)
HSV Color Space 220°, 93%, 98%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 01011110 11111010
Octal 21 136 372
Decimal 17 94 250
Hex 11 5e fa

Different shades of #115efa color code.

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

Darkest of #115efa
#022670
Darker of #115efa
#0338a2
Dark of #115efa
#0449d4
Base of #115efa
#115efa
Light of #115efa
#4380fb
Lighter
#75a2fc
Lightest
#a7c3fd

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

#115efa
#faad11

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

Split Complementary

#115efa
#fa3811
#d2fa11

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

Analogous Color

#11e6fa
#11bffa
#115efa
#1211fa
#7311fa

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

#115efa
#5efa11
#fa115e

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

#115efa
#fa115e
#faad11
#11faad

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

#115efa
#fa11d2
#faad11
#11fa38

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 #115efa

#01153e
#022670
#0338a2
#0449d4
#115efa
#4380fb
#75a2fc
#a7c3fd
#d9e5fe

Tints of #115efa Color

#115efa
#2b6ffa
#4581fb
#6093fb
#7aa5fc
#95b7fc
#afc9fd
#cadbfd
#e4edfe
#ffffff

Shades of #115efa color code

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

#115efa
#0f53de
#0d49c2
#0b3ea6
#09348a
#07296f
#051f53
#031437
#010a1b
#000000

Tones

#115efa
#2966e2
#426ec9
#5a77b1
#727f99

Tones

Similar Color like #115efa color

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

#125ffb
#1360fc
#1461fd
#1562fe
#1663ff
#1764ff
#1865ff
#1966ff
#1a67ff
#1b68ff
#1c69ff
#1d6aff
#1e6bff
#1f6cff
#105df9
#0f5cf8
#0e5bf7
#0d5af6
#0c59f5
#0b58f4
#0a57f3
#0956f2
#0855f1
#0754f0
#0653ef
#0552ee
#0451ed
#0350ec

Download this Dark Blue

Hex #115efa 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.

#115efa Color Code Preview on Black Background Color

This is how #115efa Color will look on black background color. Color contrast ratio is 4.01

#115efa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #115efa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #115efa

#115efa color code is use for CSS Background Color

Background color for the above div is #115efa

HTML with inline CSS

<div style="background-color:#115efa;"></div>

#115efa color code is use for CSS Border Color

CSS Border color for the above div is #115efa

HTML with inline CSS

<div style="border:5px solid #115efa;"></div>

CSS Border Left color for the above div is #115efa

HTML with inline CSS

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

CSS Border Right color for the above div is #115efa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #115efa

HTML with inline CSS

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

CSS Border Top color for the above div is #115efa

HTML with inline CSS

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

#115efa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#115efa Color code Preview on White Background

This is how #115efa Color code will look on white background color. Color contrast ratio is 5.24

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

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(17,94,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(250,173,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(17,94,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }