Skip to main content Skip to docs navigation

#297dfd 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 Clear Blue and its hex is #247AFD Nearest Color Name

Color Hue/Base color: Blue

Hex #297dfd Color code in RGB color code model is created after adding 16.08% red color, 49.02% green color and 99.22% blue color. Hex #297dfd Color code in CMYK color (process color) code model is generated after subtraction of 84% cyan, 51% magenta, 0% yellow and 0.78% black.

Hex #297dfd color code is between #2277ff web safe hex color code and #3388ee web safe hex color code. #2277ff is the nearest web safe color code. You can see here many more shades of #297dfd color code.

RGB Chart

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

Color Table

Hex Color Code 297dfd #297dfd
RGB Decimal 41, 125, 253 41, 125, 253
RGB Percent 16%, 49%, 99% rgb(16%, 49%, 99%)
CSS RGBa 41, 125, 253,1 rgba(41,125,253,1)
CMYK Model cmyk(84%,51%,0%,0.78%)
HSL Color Space 216,98% ,58% hsl(216,98% ,58%)
HSV Color Space 216°, 84%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101001 01111101 11111101
Octal 51 175 375
Decimal 41 125 253
Hex 29 7d fd

Different shades of #297dfd color code.

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

Darkest of #297dfd
#01388c
Darker of #297dfd
#024cbe
Dark of #297dfd
#0261f1
Base of #297dfd
#297dfd
Light of #297dfd
#5c9cfd
Lighter
#8ebafe
Lightest
#c1d9fe

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

#297dfd
#fda929

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

Split Complementary

#297dfd
#fd3f29
#e7fd29

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

Analogous Color

#29f9fd
#29d5fd
#297dfd
#2936fd
#7429fd

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

#297dfd
#7dfd29
#fd297d

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

#297dfd
#fd297d
#fda929
#29fda9

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

#297dfd
#fd29e7
#fda929
#29fd3f

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 #297dfd

#012459
#01388c
#024cbe
#0261f1
#297dfd
#5c9cfd
#8ebafe
#c1d9fe
#f3f8ff

Tints of #297dfd Color

#297dfd
#408bfd
#5899fd
#70a8fd
#88b6fd
#9fc5fe
#b7d3fe
#cfe2fe
#e7f0fe
#ffffff

Shades of #297dfd color code

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

#297dfd
#246fe0
#1f61c4
#1b53a8
#16458c
#123770
#0d2954
#091b38
#040d1c
#000000

Tones

#297dfd
#3f81e7
#5486d2
#6a8abc
#7f8fa7

Tones

Similar Color like #297dfd color

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

#2a7efe
#2b7fff
#2c80ff
#2d81ff
#2e82ff
#2f83ff
#3084ff
#3185ff
#3286ff
#3387ff
#3488ff
#3589ff
#368aff
#378bff
#287cfc
#277bfb
#267afa
#2579f9
#2478f8
#2377f7
#2276f6
#2175f5
#2074f4
#1f73f3
#1e72f2
#1d71f1
#1c70f0
#1b6fef

Download this Dark Blue

Hex #297dfd 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.

#297dfd Color Code Preview on Black Background Color

This is how #297dfd Color will look on black background color. Color contrast ratio is 5.45

#297dfd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #297dfd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #297dfd

#297dfd color code is use for CSS Background Color

Background color for the above div is #297dfd

HTML with inline CSS

<div style="background-color:#297dfd;"></div>

#297dfd color code is use for CSS Border Color

CSS Border color for the above div is #297dfd

HTML with inline CSS

<div style="border:5px solid #297dfd;"></div>

CSS Border Left color for the above div is #297dfd

HTML with inline CSS

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

CSS Border Right color for the above div is #297dfd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #297dfd

HTML with inline CSS

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

CSS Border Top color for the above div is #297dfd

HTML with inline CSS

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

#297dfd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#297dfd Color code Preview on White Background

This is how #297dfd Color code will look on white background color. Color contrast ratio is 3.86

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

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(41,125,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,169,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(41,125,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }