Skip to main content Skip to docs navigation

#2d5dfc 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 Gentian Flower and its hex is #3366FF Nearest Color Name

Color Hue/Base color: Blue

Hex #2d5dfc Color code in RGB color code model is created after adding 17.65% red color, 36.47% green color and 98.82% blue color. Hex #2d5dfc Color code in CMYK color (process color) code model is generated after subtraction of 82% cyan, 63% magenta, 0% yellow and 1.18% black.

Hex #2d5dfc color code is between #3355ff web safe hex color code and #2266ee web safe hex color code. #3355ff is the nearest web safe color code. You can see here many more shades of #2d5dfc color code.

RGB Chart

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

Color Table

Hex Color Code 2d5dfc #2d5dfc
RGB Decimal 45, 93, 252 45, 93, 252
RGB Percent 18%, 36%, 99% rgb(18%, 36%, 99%)
CSS RGBa 45, 93, 252,1 rgba(45,93,252,1)
CMYK Model cmyk(82%,63%,0%,1.18%)
HSL Color Space 226,97% ,58% hsl(226,97% ,58%)
HSV Color Space 226°, 82%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101101 01011101 11111100
Octal 55 135 374
Decimal 45 93 252
Hex 2d 5d fc

Different shades of #2d5dfc color code.

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

Darkest of #2d5dfc
#02228e
Darker of #2d5dfc
#032fc0
Dark of #2d5dfc
#033bf3
Base of #2d5dfc
#2d5dfc
Light of #2d5dfc
#5f84fd
Lighter
#92abfd
Lightest
#c4d1fe

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

#2d5dfc
#fccc2d

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

Split Complementary

#2d5dfc
#fc652d
#c4fc2d

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

Analogous Color

#2dd6fc
#2db3fc
#2d5dfc
#422dfc
#982dfc

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

#2d5dfc
#5dfc2d
#fc2d5d

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

#2d5dfc
#fc2d5d
#fccc2d
#2dfccc

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

#2d5dfc
#fc2dc4
#fccc2d
#2dfc65

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 #2d5dfc

#01165c
#02228e
#032fc0
#033bf3
#2d5dfc
#5f84fd
#92abfd
#c4d1fe
#f6f8ff

Tints of #2d5dfc Color

#2d5dfc
#446ffc
#5b81fc
#7393fd
#8aa5fd
#a1b7fd
#b9c9fe
#d0dbfe
#e7edfe
#ffffff

Shades of #2d5dfc color code

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

#2d5dfc
#2852e0
#2348c4
#1e3ea8
#19338c
#142970
#0f1f54
#0a1438
#050a1c
#000000

Tones

#2d5dfc
#4268e7
#5874d1
#6d7fbc
#828ba7

Tones

Similar Color like #2d5dfc color

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

#2e5efd
#2f5ffe
#3060ff
#3161ff
#3262ff
#3363ff
#3464ff
#3565ff
#3666ff
#3767ff
#3868ff
#3969ff
#3a6aff
#3b6bff
#2c5cfb
#2b5bfa
#2a5af9
#2959f8
#2858f7
#2757f6
#2656f5
#2555f4
#2454f3
#2353f2
#2252f1
#2151f0
#2050ef
#1f4fee

Download this Dark Blue

Hex #2d5dfc 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.

#2d5dfc Color Code Preview on Black Background Color

This is how #2d5dfc Color will look on black background color. Color contrast ratio is 4.08

#2d5dfc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2d5dfc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2d5dfc

#2d5dfc color code is use for CSS Background Color

Background color for the above div is #2d5dfc

HTML with inline CSS

<div style="background-color:#2d5dfc;"></div>

#2d5dfc color code is use for CSS Border Color

CSS Border color for the above div is #2d5dfc

HTML with inline CSS

<div style="border:5px solid #2d5dfc;"></div>

CSS Border Left color for the above div is #2d5dfc

HTML with inline CSS

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

CSS Border Right color for the above div is #2d5dfc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2d5dfc

HTML with inline CSS

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

CSS Border Top color for the above div is #2d5dfc

HTML with inline CSS

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

#2d5dfc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2d5dfc Color code Preview on White Background

This is how #2d5dfc Color code will look on white background color. Color contrast ratio is 5.14

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

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