Skip to main content Skip to docs navigation

#115bda 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 Chun-Li Blue and its hex is #1559DB Nearest Color Name

Color Hue/Base color: Blue

Hex #115bda Color code in RGB color code model is created after adding 6.67% red color, 35.69% green color and 85.49% blue color. Hex #115bda Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 58% magenta, 0% yellow and 14.51% black.

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

RGB Chart

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

Color Table

Hex Color Code 115bda #115bda
RGB Decimal 17, 91, 218 17, 91, 218
RGB Percent 7%, 36%, 85% rgb(7%, 36%, 85%)
CSS RGBa 17, 91, 218,1 rgba(17,91,218,1)
CMYK Model cmyk(92%,58%,0%,14.51%)
HSL Color Space 218,86% ,46% hsl(218,86% ,46%)
HSV Color Space 218°, 92%, 85%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 01011011 11011010
Octal 21 133 332
Decimal 17 91 218
Hex 11 5b da

Different shades of #115bda color code.

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

Darkest of #115bda
#06204c
Darker of #115bda
#0a347b
Dark of #115bda
#0d47ab
Base of #115bda
#115bda
Light of #115bda
#2f76ef
Lighter
#5f95f2
Lightest
#8eb4f6

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

#115bda
#da9011

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

Split Complementary

#115bda
#da2c11
#c0da11

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

Analogous Color

#11d0da
#11afda
#115bda
#1118da
#5e11da

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

#115bda
#5bda11
#da115b

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

#115bda
#da115b
#da9011
#11da90

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

#115bda
#da11c0
#da9011
#11da2c

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

#020c1d
#06204c
#0a347b
#0d47ab
#115bda
#2f76ef
#5f95f2
#8eb4f6
#bdd3fa

Tints of #115bda Color

#115bda
#2b6dde
#457fe2
#6091e6
#7aa3ea
#95b6ee
#afc8f2
#cadaf6
#e4ecfa
#ffffff

Shades of #115bda color code

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

#115bda
#0f50c1
#0d46a9
#0b3c91
#093279
#072860
#051e48
#031430
#010a18
#000000

Tones

#115bda
#2961c3
#4067ab
#586e94
#6f747c

Tones

Similar Color like #115bda color

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

#125cdb
#135ddc
#145edd
#155fde
#1660df
#1761e0
#1862e1
#1963e2
#1a64e3
#1b65e4
#1c66e5
#1d67e6
#1e68e7
#1f69e8
#105ad9
#0f59d8
#0e58d7
#0d57d6
#0c56d5
#0b55d4
#0a54d3
#0953d2
#0852d1
#0751d0
#0650cf
#054fce
#044ecd
#034dcc

Download this Dark Blue

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

#115bda Color Code Preview on Black Background Color

This is how #115bda Color will look on black background color. Color contrast ratio is 3.53

#115bda in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#115bda color code is use for CSS Background Color

Background color for the above div is #115bda

HTML with inline CSS

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

#115bda color code is use for CSS Border Color

CSS Border color for the above div is #115bda

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#115bda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#115bda Color code Preview on White Background

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

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

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