crispedge.com

Color picker

Loading...

#1126f9 hex color - Blue - Cool color - Information

#1126f9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1126f9 Color code in RGB color code model is created after adding 6.67% red color, 14.9% green color and 97.65% blue color. Hex #1126f9 Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 85% magenta, 0% yellow and 2% black.

Hex #1126f9 color code is between #0022ff web safe hex color code and #0033ee web safe hex color code. #0022ff is the nearest web safe color code. You can see here many more shades of #1126f9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 1126f9 #1126f9
RGB Decimal 17, 38, 249 rgb(17, 38, 249)
RGB Percent 7%, 15%, 98% rgb(7%, 15%, 98%)
CSS RGBa 17, 38, 249,1 rgba(17,38,249,1)
CMYK Model cmyk(93%,85%,0%,2%)
HSL Color Space 235,95% ,52% hsl(235,95% ,52%)
HSV Color Space 235°, 93%, 98%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 00100110 11111001
Octal 21 46 371
Decimal 17 38 249
Hex 11 26 f9

Different shades of #1126f9 color code.

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

Light Shade of #1126f9
#4353fa
Dark Shade of #1126f9
#0518d2
Saturated Shade of #1126f9
#0b21ff
Desaturated Shade of #1126f9
#1d30ed
Grey scale Shade of #1126f9
#858585
Brighten Shade
#2a3fff
Most Readable Shade
#FFFFFF

Shades of #1126f9 color code

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

#1126f9
#0f21dd
#0d1dc1
#0b19a6
#09158a
#07106e
#050c53
#030837
#01041b
#000000

Similar Color like #1126f9 color

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

#1227fa
#1328fb
#1429fc
#152afd
#162bfe
#172cff
#182dff
#192eff
#1a2fff
#1b30ff
#1c31ff
#1d32ff
#1e33ff
#1f34ff
#1025f8
#0f24f7
#0e23f6
#0d22f5
#0c21f4
#0b20f3
#0a1ff2
#091ef1
#081df0
#071cef
#061bee
#051aed
#0419ec
#0318eb

Monochromatic Color with #1126f9

#1126f9
#020624
#050c4f
#081379
#0b19a4
#0e20ce

Tints of #1126f9 Color

#1126f9
#2b3ef9
#4556fa
#606efb
#7a86fb
#959efc
#afb6fd
#cacefd
#e4e6fe
#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

#1126f9
#f9e411

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

Split Complementary

#1126f9
#f97011
#9af911

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

Analogous Color

#1183f9
#1154f9
#1126f9
#2a11f9
#5911f9

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

#1126f9
#f91126
#26f911

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

#1126f9
#f9119a
#f9e411
#11f970

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

#1126f9
#f9e411
#9af911
#7011f9

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 #1126f9 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.

#1126f9 Color Code Preview on Black Background Color

This is how #1126f9 Color will look on black background color. Color contrast ratio is 2.67

#1126f9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1126f9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1126f9

#1126f9 color code is use for CSS Background Color

Background color for the above div is #1126f9

HTML with inline CSS

<div style="background-color:#1126f9;"></div>

#1126f9 color code is use for CSS Border Color

CSS Border color for the above div is #1126f9

HTML with inline CSS

<div style="border:5px solid #1126f9;"></div>

CSS Border Left color for the above div is #1126f9

HTML with inline CSS

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

CSS Border Right color for the above div is #1126f9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1126f9

HTML with inline CSS

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

CSS Border Top color for the above div is #1126f9

HTML with inline CSS

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

#1126f9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1126f9 Color code Preview on White Background

This is how #1126f9 Color code will look on white background color. Color contrast ratio is 7.87

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.