Skip to main content Skip to docs navigation

#127cdc hex color | Download Dark Blue BG image | Information

Color Picker

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

Woow we have a nearby visually matching color name available. It's name is Pantone 2172 C and its hex is #147BD1 Nearest Color Name

Color Hue/Base color: Blue

Hex #127cdc Color code in RGB color code model is created after adding 7.06% red color, 48.63% green color and 86.27% blue color. Hex #127cdc Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 44% magenta, 0% yellow and 13.73% black.

Hex #127cdc color code is between #1177dd web safe hex color code and #2288cc web safe hex color code. #1177dd is the nearest web safe color code. You can see here many more shades of #127cdc color code.

RGB Chart

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

Color Table

Hex Color Code 127cdc #127cdc
RGB Decimal 18, 124, 220 18, 124, 220
RGB Percent 7%, 49%, 86% rgb(7%, 49%, 86%)
CSS RGBa 18, 124, 220,1 rgba(18,124,220,1)
CMYK Model cmyk(92%,44%,0%,13.73%)
HSL Color Space 209,85% ,47% hsl(209,85% ,47%)
HSV Color Space 209°, 92%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010010 01111100 11011100
Octal 22 174 334
Decimal 18 124 220
Hex 12 7c dc

Different shades of #127cdc color code.

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

Darkest of #127cdc
#062c4f
Darker of #127cdc
#0a477e
Dark of #127cdc
#0e61ad
Base of #127cdc
#127cdc
Light of #127cdc
#3395ee
Lighter
#62aef2
Lightest
#91c6f6

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

#127cdc
#dc7212

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

Split Complementary

#127cdc
#dc1217
#dcd712

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

Analogous Color

#12dcc6
#12d0dc
#127cdc
#1239dc
#3f12dc

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

#127cdc
#7cdc12
#dc127c

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

#127cdc
#dc127c
#dc7212
#12dc72

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#127cdc
#d712dc
#dc7212
#17dc12

Square 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).

Monochromatic Color with #127cdc

#03121f
#062c4f
#0a477e
#0e61ad
#127cdc
#3395ee
#62aef2
#91c6f6
#c0defa

Tints of #127cdc Color

#127cdc
#2c8adf
#4699e3
#61a7e7
#7bb6eb
#95c4ef
#b0d3f3
#cae1f7
#e4f0fb
#ffffff

Shades of #127cdc color code

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

#127cdc
#106ec3
#0e60ab
#0c5292
#0a447a
#083761
#062949
#041b30
#020d18
#000000

Tones

#127cdc
#2a7bc4
#427aac
#597895
#71777d

Tones

Similar Color like #127cdc color

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

#137ddd
#147ede
#157fdf
#1680e0
#1781e1
#1882e2
#1983e3
#1a84e4
#1b85e5
#1c86e6
#1d87e7
#1e88e8
#1f89e9
#208aea
#117bdb
#107ada
#0f79d9
#0e78d8
#0d77d7
#0c76d6
#0b75d5
#0a74d4
#0973d3
#0872d2
#0771d1
#0670d0
#056fcf
#046ece

Download this Dark Blue

Hex #127cdc 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.

#127cdc Color Code Preview on Black Background Color

This is how #127cdc Color will look on black background color. Color contrast ratio is 4.94

#127cdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #127cdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #127cdc

#127cdc color code is use for CSS Background Color

Background color for the above div is #127cdc

HTML with inline CSS

<div style="background-color:#127cdc;"></div>

#127cdc color code is use for CSS Border Color

CSS Border color for the above div is #127cdc

HTML with inline CSS

<div style="border:5px solid #127cdc;"></div>

CSS Border Left color for the above div is #127cdc

HTML with inline CSS

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

CSS Border Right color for the above div is #127cdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #127cdc

HTML with inline CSS

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

CSS Border Top color for the above div is #127cdc

HTML with inline CSS

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

#127cdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#127cdc Color code Preview on White Background

This is how #127cdc Color code will look on white background color. Color contrast ratio is 4.25

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(18,124,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(220,114,18,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(18,124,220,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }