crispedge.com

Color picker

Loading...

#115bff hex color - Blue - Cool color - Information

#115bff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #115bff Color code in RGB color code model is created after adding 6.67% red color, 35.69% green color and 100% blue color. Hex #115bff Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 64% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code115bff#115bff
RGB Decimal17, 91, 255rgb(17, 91, 255)
RGB Percent7%, 36%, 100%rgb(7%, 36%, 100%)
CSS RGBa17, 91, 255,1rgba(17,91,255,1)
CMYK Modelcmyk(93%,64%,0%,0%)
HSL Color Space221,100% ,53%hsl(221,100% ,53%)
HSV Color Space221°, 93%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100010101101111111111
Octal21133377
Decimal1791255
Hex115bff

Different shades of #115bff color code.

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

Light Shade of #115bff
#447eff
Dark Shade of #115bff
#0045dd
Saturated Shade of #115bff
#115bff
Desaturated Shade of #115bff
#1d5ff3
Grey scale Shade of #115bff
#888888
Brighten Shade
#2a74ff
Most Readable Shade
#FFFFFF

Shades of #115bff color code

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

#115bff
#0f50e2
#0d46c6
#0b3caa
#09328d
#072871
#051e55
#031438
#010a1c
#000000

Similar Color like #115bff color

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

#125cff
#135dff
#145eff
#155fff
#1660ff
#1761ff
#1862ff
#1963ff
#1a64ff
#1b65ff
#1c66ff
#1d67ff
#1e68ff
#1f69ff
#105afe
#0f59fd
#0e58fc
#0d57fb
#0c56fa
#0b55f9
#0a54f8
#0953f7
#0852f6
#0751f5
#0650f4
#054ff3
#044ef2
#034df1

Monochromatic Color with #115bff

#115bff
#030f2a
#061e55
#092e80
#0b3daa
#0e4cd4

Tints of #115bff Color

#115bff
#2b6dff
#457fff
#6091ff
#7aa3ff
#95b6ff
#afc8ff
#cadaff
#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

#115bff
#ffb511

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

Split Complementary

#115bff
#ff3e11
#d2ff11

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

Analogous Color

#11baff
#118bff
#115bff
#112bff
#2611ff

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

#115bff
#ff115b
#5bff11

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

#115bff
#ff11d2
#ffb511
#11ff3e

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

#115bff
#ffb511
#d2ff11
#3e11ff

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 #115bff 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.

#115bff Color Code Preview on Black Background Color

This is how #115bff Color will look on black background color. Color contrast ratio is 3.96

#115bff in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#115bff color code is use for CSS Background Color

Background color for the above div is #115bff

HTML with inline CSS

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

#115bff color code is use for CSS Border Color

CSS Border color for the above div is #115bff

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#115bff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#115bff Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.