Skip to main content Skip to docs navigation

#1d66df hex color - Blue - Cool color - Information

#1d66df hex color - Blue - Cool color

On this page
@
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 Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #1d66df Color code in RGB color code model is created after adding 11.37% red color, 40% green color and 87.45% blue color. Hex #1d66df Color code in CMYK color (process color) code model is generated after subtraction of 87% cyan, 54% magenta, 0% yellow and 12.55% black.

Hex #1d66df color code is between #2255dd web safe hex color code and #1177ee web safe hex color code. #2255dd is the nearest web safe color code. You can see here many more shades of #1d66df color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 1d66df #1d66df
RGB Decimal 29, 102, 223 rgb(29, 102, 223)
RGB Percent 11%, 40%, 87% rgb(11%, 40%, 87%)
CSS RGBa 29, 102, 223,1 rgba(29,102,223,1)
CMYK Model cmyk(87%,54%,0%,12.55%)
HSL Color Space 217,77% ,49% hsl(217,77% ,49%)
HSV Color Space 217°, 87%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011101 01100110 11011111
Octal 35 146 337
Decimal 29 102 223
Hex 1d 66 df

Different shades of #1d66df color code.

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

Light Shade of #1d66df
#4884e7
Dark Shade of #1d66df
#1751b2
Saturated Shade of #1d66df
#1063ec
Desaturated Shade of #1d66df
#2a69d2
Grey scale Shade of #1d66df
#7e7e7e
Brighten Shade
#367ff8
Most Readable Shade
#FFFFFF

Shades of #1d66df color code

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

#1d66df
#195ac6
#164fad
#134494
#10387b
#0c2d63
#09224a
#061631
#030b18
#000000

Similar Color like #1d66df color

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

#1e67e0
#1f68e1
#2069e2
#216ae3
#226be4
#236ce5
#246de6
#256ee7
#266fe8
#2770e9
#2871ea
#2972eb
#2a73ec
#2b74ed
#1c65de
#1b64dd
#1a63dc
#1962db
#1861da
#1760d9
#165fd8
#155ed7
#145dd6
#135cd5
#125bd4
#115ad3
#1059d2
#0f58d1

Monochromatic Color with #1d66df

#1d66df
#01050a
#071835
#0c2c5f
#123f8a
#1753b4

Tints of #1d66df Color

#1d66df
#3677e2
#4f88e6
#6899e9
#81aaed
#9abbf0
#b3ccf4
#ccddf7
#e5eefb
#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

#1d66df
#df961d

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

Split Complementary

#1d66df
#df351d
#c7df1d

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

Analogous Color

#1db4df
#1d8ddf
#1d66df
#1d3fdf
#221ddf

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

#1d66df
#df1d66
#66df1d

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

#1d66df
#df1dc7
#df961d
#1ddf35

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

#1d66df
#df961d
#c7df1d
#351ddf

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 #1d66df 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.

#1d66df Color Code Preview on Black Background Color

This is how #1d66df Color will look on black background color. Color contrast ratio is 4.02

#1d66df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1d66df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1d66df

#1d66df color code is use for CSS Background Color

Background color for the above div is #1d66df

HTML with inline CSS

<div style="background-color:#1d66df;"></div>

#1d66df color code is use for CSS Border Color

CSS Border color for the above div is #1d66df

HTML with inline CSS

<div style="border:5px solid #1d66df;"></div>

CSS Border Left color for the above div is #1d66df

HTML with inline CSS

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

CSS Border Right color for the above div is #1d66df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1d66df

HTML with inline CSS

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

CSS Border Top color for the above div is #1d66df

HTML with inline CSS

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

#1d66df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1d66df Color code Preview on White Background

This is how #1d66df Color code will look on white background color. Color contrast ratio is 5.23

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

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(29,102,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,150,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(29,102,223,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.