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

#013ced hex color - Blue - Cool color - Information

#013ced hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #013ced Color code in RGB color code model is created after adding 0.39% red color, 23.53% green color and 92.94% blue color. Hex #013ced Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 75% magenta, 0% yellow and 7.06% black.

Hex #013ced color code is between #0044ee web safe hex color code and #0033dd web safe hex color code. #0044ee is the nearest web safe color code. You can see here many more shades of #013ced color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code013ced#013ced
RGB Decimal1, 60, 237rgb(1, 60, 237)
RGB Percent0%, 24%, 93%rgb(0%, 24%, 93%)
CSS RGBa1, 60, 237,1rgba(1,60,237,1)
CMYK Modelcmyk(100%,75%,0%,7.06%)
HSL Color Space225,99% ,47%hsl(225,99% ,47%)
HSV Color Space225°, 100%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000010011110011101101
Octal174355
Decimal160237
Hex013ced

Different shades of #013ced color code.

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

Light Shade of #013ced
#235afe
Dark Shade of #013ced
#012fba
Saturated Shade of #013ced
#003bee
Desaturated Shade of #013ced
#0d42e1
Grey scale Shade of #013ced
#777777
Brighten Shade
#1a55ff
Most Readable Shade
#FFFFFF

Shades of #013ced color code

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

#013ced
#0035d2
#002eb8
#00289e
#002183
#001a69
#00144f
#000d34
#00061a
#000000

Similar Color like #013ced color

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

#023dee
#033eef
#043ff0
#0540f1
#0641f2
#0742f3
#0843f4
#0944f5
#0a45f6
#0b46f7
#0c47f8
#0d48f9
#0e49fa
#0f4afb
#003bec
#003aeb
#0039ea
#0038e9
#0037e8
#0036e7
#0035e6
#0034e5
#0033e4
#0032e3
#0031e2
#0030e1
#002fe0
#002edf

Monochromatic Color with #013ced

#013ced
#000618
#001143
#001c6d
#012698
#0131c2

Tints of #013ced Color

#013ced
#1d51ef
#3967f1
#557df3
#7192f5
#8ea8f7
#aabef9
#c6d3fb
#e2e9fd
#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

#013ced
#edb201

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

Split Complementary

#013ced
#ed3c01
#b2ed01

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

Analogous Color

#019aed
#016bed
#013ced
#010ded
#2401ed

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

#013ced
#ed013c
#3ced01

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

#013ced
#ed01b2
#edb201
#01ed3c

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

#013ced
#edb201
#b2ed01
#3c01ed

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 #013ced 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.

#013ced Color Code Preview on Black Background Color

This is how #013ced Color will look on black background color. Color contrast ratio is 2.87

#013ced in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #013ced

HTML with inline CSS

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

Your Example Paragraph content text in with font color #013ced

#013ced color code is use for CSS Background Color

Background color for the above div is #013ced

HTML with inline CSS

<div style="background-color:#013ced;"></div>

#013ced color code is use for CSS Border Color

CSS Border color for the above div is #013ced

HTML with inline CSS

<div style="border:5px solid #013ced;"></div>

CSS Border Left color for the above div is #013ced

HTML with inline CSS

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

CSS Border Right color for the above div is #013ced

HTML with inline CSS

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

CSS Border Bottom color for the above div is #013ced

HTML with inline CSS

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

CSS Border Top color for the above div is #013ced

HTML with inline CSS

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

#013ced hex Color code used as CSS color Codes

Example CSS Class for usage

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

#013ced Color code Preview on White Background

This is how #013ced Color code will look on white background color. Color contrast ratio is 7.32

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

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(1,60,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,178,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(1,60,237,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.