Skip to main content Skip to docs navigation

#0852cc 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 Pantone 2132 C and its hex is #0857C3 Nearest Color Name

Color Hue/Base color: Blue

Hex #0852cc Color code in RGB color code model is created after adding 3.14% red color, 32.16% green color and 80% blue color. Hex #0852cc Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 60% magenta, 0% yellow and 20% black.

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

RGB Chart

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

Color Table

Hex Color Code 0852cc #0852cc
RGB Decimal 8, 82, 204 8, 82, 204
RGB Percent 3%, 32%, 80% rgb(3%, 32%, 80%)
CSS RGBa 8, 82, 204,1 rgba(8,82,204,1)
CMYK Model cmyk(96%,60%,0%,20%)
HSL Color Space 217,92% ,42% hsl(217,92% ,42%)
HSV Color Space 217°, 96%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001000 01010010 11001100
Octal 10 122 314
Decimal 8 82 204
Hex 08 52 cc

Different shades of #0852cc color code.

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

Darkest of #0852cc
#021739
Darker of #0852cc
#042b6a
Dark of #0852cc
#063e9b
Base of #0852cc
#0852cc
Light of #0852cc
#1168f6
Lighter
#4287f8
Lightest
#73a6fa

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

#0852cc
#cc8208

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

Split Complementary

#0852cc
#cc2008
#b4cc08

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

Analogous Color

#08c4cc
#08a4cc
#0852cc
#0811cc
#5108cc

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

#0852cc
#52cc08
#cc0852

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

#0852cc
#cc0852
#cc8208
#08cc82

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

#0852cc
#cc08b4
#cc8208
#08cc20

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 #0852cc

#000308
#021739
#042b6a
#063e9b
#0852cc
#1168f6
#4287f8
#73a6fa
#a5c5fb

Tints of #0852cc Color

#0852cc
#2365d1
#3e78d7
#5a8bdd
#759ee2
#91b2e8
#acc5ee
#c8d8f3
#e3ebf9
#ffffff

Shades of #0852cc color code

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

#0852cc
#0748b5
#063f9e
#053688
#042d71
#03245a
#021b44
#01122d
#000916
#000000

Tones

#0852cc
#1d57b7
#325ca2
#48628c
#5d6777

Tones

Similar Color like #0852cc color

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

#0953cd
#0a54ce
#0b55cf
#0c56d0
#0d57d1
#0e58d2
#0f59d3
#105ad4
#115bd5
#125cd6
#135dd7
#145ed8
#155fd9
#1660da
#0751cb
#0650ca
#054fc9
#044ec8
#034dc7
#024cc6
#014bc5
#004ac4
#0049c3
#0048c2
#0047c1
#0046c0
#0045bf
#0044be

Download this Dark Blue

Hex #0852cc 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.

#0852cc Color Code Preview on Black Background Color

This is how #0852cc Color will look on black background color. Color contrast ratio is 3.09

#0852cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0852cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0852cc

#0852cc color code is use for CSS Background Color

Background color for the above div is #0852cc

HTML with inline CSS

<div style="background-color:#0852cc;"></div>

#0852cc color code is use for CSS Border Color

CSS Border color for the above div is #0852cc

HTML with inline CSS

<div style="border:5px solid #0852cc;"></div>

CSS Border Left color for the above div is #0852cc

HTML with inline CSS

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

CSS Border Right color for the above div is #0852cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0852cc

HTML with inline CSS

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

CSS Border Top color for the above div is #0852cc

HTML with inline CSS

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

#0852cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0852cc Color code Preview on White Background

This is how #0852cc Color code will look on white background color. Color contrast ratio is 6.80

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

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(8,82,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,130,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(8,82,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }