Skip to main content Skip to docs navigation

#528fdb 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 Blue Jay and its hex is #5588DD Nearest Color Name

Color Hue/Base color: Blue

Hex #528fdb Color code in RGB color code model is created after adding 32.16% red color, 56.08% green color and 85.88% blue color. Hex #528fdb Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 35% magenta, 0% yellow and 14.12% black.

Hex #528fdb color code is between #5588dd web safe hex color code and #4499cc web safe hex color code. #5588dd is the nearest web safe color code. You can see here many more shades of #528fdb color code.

RGB Chart

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

Color Table

Hex Color Code 528fdb #528fdb
RGB Decimal 82, 143, 219 82, 143, 219
RGB Percent 32%, 56%, 86% rgb(32%, 56%, 86%)
CSS RGBa 82, 143, 219,1 rgba(82,143,219,1)
CMYK Model cmyk(63%,35%,0%,14.12%)
HSL Color Space 213,66% ,59% hsl(213,66% ,59%)
HSV Color Space 213°, 63%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010010 10001111 11011011
Octal 122 217 333
Decimal 82 143 219
Hex 52 8f db

Different shades of #528fdb color code.

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

Darkest of #528fdb
#19457b
Darker of #528fdb
#225ca5
Dark of #528fdb
#2b74cf
Base of #528fdb
#528fdb
Light of #528fdb
#7caae4
Lighter
#a6c6ed
Lightest
#d1e1f5

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

#528fdb
#db9e52

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

Split Complementary

#528fdb
#db5952
#d4db52

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

Analogous Color

#52dbd7
#52c8db
#528fdb
#5261db
#7c52db

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

#528fdb
#8fdb52
#db528f

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

#528fdb
#db528f
#db9e52
#52db9e

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

#528fdb
#db52d4
#db9e52
#52db59

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 #528fdb

#112d50
#19457b
#225ca5
#2b74cf
#528fdb
#7caae4
#a6c6ed
#d1e1f5
#fbfcfe

Tints of #528fdb Color

#528fdb
#659bdf
#78a7e3
#8bb4e7
#9ec0eb
#b2cdef
#c5d9f3
#d8e6f7
#ebf2fb
#ffffff

Shades of #528fdb color code

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

#528fdb
#487fc2
#3f6faa
#365f92
#2d4f79
#243f61
#1b2f49
#121f30
#090f18
#000000

Tones

#528fdb
#6791c6
#7c94b1
#91969c
#979797

Tones

Similar Color like #528fdb color

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

#5390dc
#5491dd
#5592de
#5693df
#5794e0
#5895e1
#5996e2
#5a97e3
#5b98e4
#5c99e5
#5d9ae6
#5e9be7
#5f9ce8
#609de9
#518eda
#508dd9
#4f8cd8
#4e8bd7
#4d8ad6
#4c89d5
#4b88d4
#4a87d3
#4986d2
#4885d1
#4784d0
#4683cf
#4582ce
#4481cd

Download this Dark Blue

Hex #528fdb 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.

#528fdb Color Code Preview on Black Background Color

This is how #528fdb Color will look on black background color. Color contrast ratio is 6.31

#528fdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #528fdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #528fdb

#528fdb color code is use for CSS Background Color

Background color for the above div is #528fdb

HTML with inline CSS

<div style="background-color:#528fdb;"></div>

#528fdb color code is use for CSS Border Color

CSS Border color for the above div is #528fdb

HTML with inline CSS

<div style="border:5px solid #528fdb;"></div>

CSS Border Left color for the above div is #528fdb

HTML with inline CSS

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

CSS Border Right color for the above div is #528fdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #528fdb

HTML with inline CSS

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

CSS Border Top color for the above div is #528fdb

HTML with inline CSS

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

#528fdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#528fdb Color code Preview on White Background

This is how #528fdb Color code will look on white background color. Color contrast ratio is 3.33

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

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