crispedge.com

Color picker

Loading...

#219dde hex color - Blue - Cool color - Information

#219dde hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #219dde Color code in RGB color code model is created after adding 12.94% red color, 61.57% green color and 87.06% blue color. Hex #219dde Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 29% magenta, 0% yellow and 13% black.

Hex #219dde color code is between #2299dd web safe hex color code and #11aaee web safe hex color code. #2299dd is the nearest web safe color code. You can see here many more shades of #219dde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code219dde#219dde
RGB Decimal33, 157, 222rgb(33, 157, 222)
RGB Percent13%, 62%, 87%rgb(13%, 62%, 87%)
CSS RGBa33, 157, 222,1rgba(33,157,222,1)
CMYK Modelcmyk(85%,29%,0%,13%)
HSL Color Space201,74% ,50%hsl(201,74% ,50%)
HSV Color Space201°, 85%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001000011001110111011110
Octal41235336
Decimal33157222
Hex219dde

Different shades of #219dde color code.

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

Light Shade of #219dde
#4db1e5
Dark Shade of #219dde
#1a7eb2
Saturated Shade of #219dde
#14a1eb
Desaturated Shade of #219dde
#2e99d1
Grey scale Shade of #219dde
#808080
Brighten Shade
#3ab6f7
Most Readable Shade
#000000

Shades of #219dde color code

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

#219dde
#1d8bc5
#197aac
#166894
#12577b
#0e4562
#0b344a
#072231
#031118
#000000

Similar Color like #219dde color

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

#229edf
#239fe0
#24a0e1
#25a1e2
#26a2e3
#27a3e4
#28a4e5
#29a5e6
#2aa6e7
#2ba7e8
#2ca8e9
#2da9ea
#2eaaeb
#2fabec
#209cdd
#1f9bdc
#1e9adb
#1d99da
#1c98d9
#1b97d8
#1a96d7
#1995d6
#1894d5
#1793d4
#1692d3
#1591d2
#1490d1
#138fd0

Monochromatic Color with #219dde

#219dde
#010709
#082534
#0e435e
#146189
#1b7fb3

Tints of #219dde Color

#219dde
#39a7e1
#52b2e5
#6bbde9
#83c8ec
#9cd3f0
#b5def4
#cde9f7
#e6f4fb
#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

#219dde
#de6221

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

Split Complementary

#219dde
#de213f
#dec021

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

Analogous Color

#21ded3
#21c3de
#219dde
#2177de
#2151de

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

#219dde
#de219d
#9dde21

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

#219dde
#c021de
#de6221
#3fde21

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

#219dde
#de6221
#dec021
#213fde

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 #219dde 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.

#219dde Color Code Preview on Black Background Color

This is how #219dde Color will look on black background color. Color contrast ratio is 6.94

#219dde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #219dde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #219dde

#219dde color code is use for CSS Background Color

Background color for the above div is #219dde

HTML with inline CSS

<div style="background-color:#219dde;"></div>

#219dde color code is use for CSS Border Color

CSS Border color for the above div is #219dde

HTML with inline CSS

<div style="border:5px solid #219dde;"></div>

CSS Border Left color for the above div is #219dde

HTML with inline CSS

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

CSS Border Right color for the above div is #219dde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #219dde

HTML with inline CSS

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

CSS Border Top color for the above div is #219dde

HTML with inline CSS

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

#219dde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#219dde Color code Preview on White Background

This is how #219dde Color code will look on white background color. Color contrast ratio is 3.02

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

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(33,157,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,98,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(33,157,222,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.