Skip to main content Skip to docs navigation

#0953eb 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 Opulent Blue and its hex is #0055EE Nearest Color Name

Color Hue/Base color: Blue

Hex #0953eb Color code in RGB color code model is created after adding 3.53% red color, 32.55% green color and 92.16% blue color. Hex #0953eb Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 65% magenta, 0% yellow and 7.84% black.

Hex #0953eb color code is between #1155ee web safe hex color code and #0044dd web safe hex color code. #1155ee is the nearest web safe color code. You can see here many more shades of #0953eb color code.

RGB Chart

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

Color Table

Hex Color Code 0953eb #0953eb
RGB Decimal 9, 83, 235 9, 83, 235
RGB Percent 4%, 33%, 92% rgb(4%, 33%, 92%)
CSS RGBa 9, 83, 235,1 rgba(9,83,235,1)
CMYK Model cmyk(96%,65%,0%,7.84%)
HSL Color Space 220,93% ,48% hsl(220,93% ,48%)
HSV Color Space 220°, 96%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001001 01010011 11101011
Octal 11 123 353
Decimal 9 83 235
Hex 09 53 eb

Different shades of #0953eb color code.

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

Darkest of #0953eb
#031f58
Darker of #0953eb
#053089
Dark of #0953eb
#0742ba
Base of #0953eb
#0953eb
Light of #0953eb
#3071f7
Lighter
#6193f9
Lightest
#92b4fb

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

#0953eb
#eba109

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

Split Complementary

#0953eb
#eb3009
#c4eb09

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

Analogous Color

#09d7eb
#09b1eb
#0953eb
#0a09eb
#6809eb

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

#0953eb
#53eb09
#eb0953

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

#0953eb
#eb0953
#eba109
#09eba1

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

#0953eb
#eb09c4
#eba109
#09eb30

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 #0953eb

#010e27
#031f58
#053089
#0742ba
#0953eb
#3071f7
#6193f9
#92b4fb
#c3d6fd

Tints of #0953eb Color

#0953eb
#2466ed
#3f79ef
#5b8cf1
#769ff3
#91b2f6
#adc5f8
#c8d8fa
#e3ebfc
#ffffff

Shades of #0953eb color code

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

#0953eb
#0849d0
#0740b6
#06379c
#052e82
#042468
#031b4e
#021234
#01091a
#000000

Tones

#0953eb
#215bd3
#3a64ba
#526ca2
#6b7589

Tones

Similar Color like #0953eb color

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

#0a54ec
#0b55ed
#0c56ee
#0d57ef
#0e58f0
#0f59f1
#105af2
#115bf3
#125cf4
#135df5
#145ef6
#155ff7
#1660f8
#1761f9
#0852ea
#0751e9
#0650e8
#054fe7
#044ee6
#034de5
#024ce4
#014be3
#004ae2
#0049e1
#0048e0
#0047df
#0046de
#0045dd

Download this Dark Blue

Hex #0953eb 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.

#0953eb Color Code Preview on Black Background Color

This is how #0953eb Color will look on black background color. Color contrast ratio is 3.45

#0953eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0953eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0953eb

#0953eb color code is use for CSS Background Color

Background color for the above div is #0953eb

HTML with inline CSS

<div style="background-color:#0953eb;"></div>

#0953eb color code is use for CSS Border Color

CSS Border color for the above div is #0953eb

HTML with inline CSS

<div style="border:5px solid #0953eb;"></div>

CSS Border Left color for the above div is #0953eb

HTML with inline CSS

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

CSS Border Right color for the above div is #0953eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0953eb

HTML with inline CSS

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

CSS Border Top color for the above div is #0953eb

HTML with inline CSS

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

#0953eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0953eb Color code Preview on White Background

This is how #0953eb Color code will look on white background color. Color contrast ratio is 6.09

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

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(9,83,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,161,9,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(9,83,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }