crispedge.com

Color picker

Loading...

#289ddc hex color - Blue - Cool color - Information

#289ddc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #289ddc Color code in RGB color code model is created after adding 15.69% red color, 61.57% green color and 86.27% blue color. Hex #289ddc Color code in CMYK color (process color) code model is generated after subtraction of 82% cyan, 29% magenta, 0% yellow and 14% black.

Hex #289ddc color code is between #2299dd web safe hex color code and #33aacc web safe hex color code. #2299dd is the nearest web safe color code. You can see here many more shades of #289ddc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code289ddc#289ddc
RGB Decimal40, 157, 220rgb(40, 157, 220)
RGB Percent16%, 62%, 86%rgb(16%, 62%, 86%)
CSS RGBa40, 157, 220,1rgba(40,157,220,1)
CMYK Modelcmyk(82%,29%,0%,14%)
HSL Color Space201,72% ,51%hsl(201,72% ,51%)
HSV Color Space201°, 82%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010001001110111011100
Octal50235334
Decimal40157220
Hex289ddc

Different shades of #289ddc color code.

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

Light Shade of #289ddc
#54b1e3
Dark Shade of #289ddc
#1d7fb4
Saturated Shade of #289ddc
#1ba1e8
Desaturated Shade of #289ddc
#3499cf
Grey scale Shade of #289ddc
#828282
Brighten Shade
#41b6f5
Most Readable Shade
#000000

Shades of #289ddc color code

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

#289ddc
#238bc3
#1f7aab
#1a6892
#16577a
#114561
#0d3449
#082230
#041118
#000000

Similar Color like #289ddc color

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

#299edd
#2a9fde
#2ba0df
#2ca1e0
#2da2e1
#2ea3e2
#2fa4e3
#30a5e4
#31a6e5
#32a7e6
#33a8e7
#34a9e8
#35aae9
#36abea
#279cdb
#269bda
#259ad9
#2499d8
#2398d7
#2297d6
#2196d5
#2095d4
#1f94d3
#1e93d2
#1d92d1
#1c91d0
#1b90cf
#1a8fce

Monochromatic Color with #289ddc

#289ddc
#010507
#092432
#11425c
#196087
#207fb1

Tints of #289ddc Color

#289ddc
#3fa7df
#57b2e3
#6fbde7
#87c8eb
#9fd3ef
#b7def3
#cfe9f7
#e7f4fb
#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

#289ddc
#dc6728

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

Split Complementary

#289ddc
#dc2843
#dcc128

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

Analogous Color

#28dcd3
#28c1dc
#289ddc
#2879dc
#2855dc

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

#289ddc
#dc289d
#9ddc28

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

#289ddc
#c128dc
#dc6728
#43dc28

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

#289ddc
#dc6728
#dcc128
#2843dc

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 #289ddc 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.

#289ddc Color Code Preview on Black Background Color

This is how #289ddc Color will look on black background color. Color contrast ratio is 6.95

#289ddc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #289ddc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #289ddc

#289ddc color code is use for CSS Background Color

Background color for the above div is #289ddc

HTML with inline CSS

<div style="background-color:#289ddc;"></div>

#289ddc color code is use for CSS Border Color

CSS Border color for the above div is #289ddc

HTML with inline CSS

<div style="border:5px solid #289ddc;"></div>

CSS Border Left color for the above div is #289ddc

HTML with inline CSS

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

CSS Border Right color for the above div is #289ddc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #289ddc

HTML with inline CSS

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

CSS Border Top color for the above div is #289ddc

HTML with inline CSS

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

#289ddc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#289ddc Color code Preview on White Background

This is how #289ddc 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 #289ddc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #289ddc; }

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(40,157,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,103,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(40,157,220,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.