@
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.

#128add hex color - Blue - Cool color - Information

#128add hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #128add Color code in RGB color code model is created after adding 7.06% red color, 54.12% green color and 86.67% blue color. Hex #128add Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 38% magenta, 0% yellow and 13.33% black.

Hex #128add color code is between #1188cc web safe hex color code and #2299ee web safe hex color code. #1188cc is the nearest web safe color code. You can see here many more shades of #128add color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code128add#128add
RGB Decimal18, 138, 221rgb(18, 138, 221)
RGB Percent7%, 54%, 87%rgb(7%, 54%, 87%)
CSS RGBa18, 138, 221,1rgba(18,138,221,1)
CMYK Modelcmyk(92%,38%,0%,13.33%)
HSL Color Space205,85% ,47%hsl(205,85% ,47%)
HSV Color Space205°, 92%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100101000101011011101
Octal22212335
Decimal18138221
Hex128add

Different shades of #128add color code.

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

Light Shade of #128add
#34a2ee
Dark Shade of #128add
#0e6dae
Saturated Shade of #128add
#068ce9
Desaturated Shade of #128add
#1e88d1
Grey scale Shade of #128add
#777777
Brighten Shade
#2ba3f6
Most Readable Shade
#FFFFFF

Shades of #128add color code

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

#128add
#107ac4
#0e6bab
#0c5c93
#0a4c7a
#083d62
#062e49
#041e31
#020f18
#000000

Similar Color like #128add color

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

#138bde
#148cdf
#158de0
#168ee1
#178fe2
#1890e3
#1991e4
#1a92e5
#1b93e6
#1c94e7
#1d95e8
#1e96e9
#1f97ea
#2098eb
#1189dc
#1088db
#0f87da
#0e86d9
#0d85d8
#0c84d7
#0b83d6
#0a82d5
#0981d4
#0880d3
#077fd2
#067ed1
#057dd0
#047ccf

Monochromatic Color with #128add

#128add
#010508
#042033
#083a5d
#0b5588
#0f6fb3

Tints of #128add Color

#128add
#2c97e0
#46a4e4
#61b1e8
#7bbeec
#95cbef
#b0d8f3
#cae5f7
#e4f2fb
#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

#128add
#dd6512

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

Split Complementary

#128add
#dd1224
#ddcb12

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

Analogous Color

#12dbdd
#12b3dd
#128add
#1261dd
#1239dd

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

#128add
#dd128a
#8add12

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

#128add
#ca12dd
#dd6512
#25dd12

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

#128add
#dd6512
#ddcb12
#1224dd

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 #128add 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.

#128add Color Code Preview on Black Background Color

This is how #128add Color will look on black background color. Color contrast ratio is 5.71

#128add in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #128add

HTML with inline CSS

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

Your Example Paragraph content text in with font color #128add

#128add color code is use for CSS Background Color

Background color for the above div is #128add

HTML with inline CSS

<div style="background-color:#128add;"></div>

#128add color code is use for CSS Border Color

CSS Border color for the above div is #128add

HTML with inline CSS

<div style="border:5px solid #128add;"></div>

CSS Border Left color for the above div is #128add

HTML with inline CSS

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

CSS Border Right color for the above div is #128add

HTML with inline CSS

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

CSS Border Bottom color for the above div is #128add

HTML with inline CSS

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

CSS Border Top color for the above div is #128add

HTML with inline CSS

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

#128add hex Color code used as CSS color Codes

Example CSS Class for usage

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

#128add Color code Preview on White Background

This is how #128add Color code will look on white background color. Color contrast ratio is 3.68

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

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(18,138,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,101,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,138,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.