crispedge.com

Color picker

Loading...

#1d5dec hex color - Azul - Blue - Cool color - Information

#1d5dec hex color - Azul - Blue - Cool color

Color Hue/Base color: Blue

Hex #1d5dec Color Code is also known as Azul color.

Hex #1d5dec Color code in RGB color code model is created after adding 11.37% red color, 36.47% green color and 92.55% blue color. Hex #1d5dec Color code in CMYK color (process color) code model is generated after subtraction of 88% cyan, 61% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 207 Views

RGB Chart

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

Color Table

Hex Color Code1d5dec#1d5dec
RGB Decimal29, 93, 236rgb(29, 93, 236)
RGB Percent11%, 36%, 93%rgb(11%, 36%, 93%)
CSS RGBa29, 93, 236,1rgba(29,93,236,1)
CMYK Modelcmyk(88%,61%,0%,7%)
HSL Color Space221,84% ,52%hsl(221,84% ,52%)
HSV Color Space221°, 88%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000111010101110111101100
Octal35135354
Decimal2993236
Hex1d5dec

Different shades of #1d5dec color code.

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

Light Shade of #1d5dec
#4c7ff0
Dark Shade of #1d5dec
#1149c5
Saturated Shade of #1d5dec
#1158f8
Desaturated Shade of #1d5dec
#2962e0
Grey scale Shade of #1d5dec
#848484
Brighten Shade
#3676ff
Most Readable Shade
#FFFFFF

Shades of #1d5dec color code

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

#1d5dec
#1952d1
#1648b7
#133e9d
#103383
#0c2968
#091f4e
#061434
#030a1a
#000000

Similar Color like #1d5dec color

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

#1e5eed
#1f5fee
#2060ef
#2161f0
#2262f1
#2363f2
#2464f3
#2565f4
#2666f5
#2767f6
#2868f7
#2969f8
#2a6af9
#2b6bfa
#1c5ceb
#1b5bea
#1a5ae9
#1959e8
#1858e7
#1757e6
#1656e5
#1555e4
#1454e3
#1353e2
#1252e1
#1151e0
#1050df
#0f4fde

Monochromatic Color with #1d5dec

#1d5dec
#030917
#081a42
#0d2b6c
#133c97
#184cc1

Tints of #1d5dec Color

#1d5dec
#366fee
#4f81f0
#6893f2
#81a5f4
#9ab7f6
#b3c9f8
#ccdbfa
#e5edfc
#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

#1d5dec
#ecac1d

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

Split Complementary

#1d5dec
#ec451d
#c4ec1d

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

Analogous Color

#1db0ec
#1d86ec
#1d5dec
#1d34ec
#301dec

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

#1d5dec
#ec1d5d
#5dec1d

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

#1d5dec
#ec1dc4
#ecac1d
#1dec45

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

#1d5dec
#ecac1d
#c4ec1d
#451dec

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

#1d5dec Color Code Preview on Black Background Color

This is how #1d5dec Color will look on black background color. Color contrast ratio is 3.83

#1d5dec in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#1d5dec color code is use for CSS Background Color

Background color for the above div is #1d5dec

HTML with inline CSS

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

#1d5dec color code is use for CSS Border Color

CSS Border color for the above div is #1d5dec

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#1d5dec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1d5dec Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 207 Views

Post your comment:-

By submitting comment you agree to our privacy policy.