crispedge.com

Color picker

Loading...

#0836ed hex color - Blue - Cool color - Information

#0836ed hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0836ed Color code in RGB color code model is created after adding 3.14% red color, 21.18% green color and 92.94% blue color. Hex #0836ed Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 77% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0836ed#0836ed
RGB Decimal8, 54, 237rgb(8, 54, 237)
RGB Percent3%, 21%, 93%rgb(3%, 21%, 93%)
CSS RGBa8, 54, 237,1rgba(8,54,237,1)
CMYK Modelcmyk(97%,77%,0%,7%)
HSL Color Space228,93% ,48%hsl(228,93% ,48%)
HSV Color Space228°, 97%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010000011011011101101
Octal1066355
Decimal854237
Hex0836ed

Different shades of #0836ed color code.

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

Light Shade of #0836ed
#3058f8
Dark Shade of #0836ed
#062bbc
Saturated Shade of #0836ed
#0031f5
Desaturated Shade of #0836ed
#143de1
Grey scale Shade of #0836ed
#7a7a7a
Brighten Shade
#214fff
Most Readable Shade
#FFFFFF

Shades of #0836ed color code

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

#0836ed
#0730d2
#062ab8
#05249e
#041e83
#031869
#02124f
#010c34
#00061a
#000000

Similar Color like #0836ed color

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

#0937ee
#0a38ef
#0b39f0
#0c3af1
#0d3bf2
#0e3cf3
#0f3df4
#103ef5
#113ff6
#1240f7
#1341f8
#1442f9
#1543fa
#1644fb
#0735ec
#0634eb
#0533ea
#0432e9
#0331e8
#0230e7
#012fe6
#002ee5
#002de4
#002ce3
#002be2
#002ae1
#0029e0
#0028df

Monochromatic Color with #0836ed

#0836ed
#010618
#020f43
#04196d
#052398
#072cc2

Tints of #0836ed Color

#0836ed
#234cef
#3e62f1
#5a79f3
#758ff5
#91a5f7
#acbcf9
#c8d2fb
#e3e8fd
#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

#0836ed
#edbf08

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

Split Complementary

#0836ed
#ed4d08
#a8ed08

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

Analogous Color

#0892ed
#0864ed
#0836ed
#0808ed
#3608ed

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

#0836ed
#ed0836
#36ed08

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

#0836ed
#ed08a8
#edbf08
#08ed4c

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

#0836ed
#edbf08
#a8ed08
#4d08ed

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 #0836ed 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.

#0836ed Color Code Preview on Black Background Color

This is how #0836ed Color will look on black background color. Color contrast ratio is 2.76

#0836ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0836ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0836ed

#0836ed color code is use for CSS Background Color

Background color for the above div is #0836ed

HTML with inline CSS

<div style="background-color:#0836ed;"></div>

#0836ed color code is use for CSS Border Color

CSS Border color for the above div is #0836ed

HTML with inline CSS

<div style="border:5px solid #0836ed;"></div>

CSS Border Left color for the above div is #0836ed

HTML with inline CSS

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

CSS Border Right color for the above div is #0836ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0836ed

HTML with inline CSS

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

CSS Border Top color for the above div is #0836ed

HTML with inline CSS

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

#0836ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0836ed Color code Preview on White Background

This is how #0836ed Color code will look on white background color. Color contrast ratio is 7.61

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

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(8,54,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,191,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(8,54,237,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.