Skip to main content Skip to docs navigation

#014bfe hex color - Blue - Cool color - Information

On this page
@
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 Hue/Base color: Blue

Hex #014bfe Color code in RGB color code model is created after adding 0.39% red color, 29.41% green color and 99.61% blue color. Hex #014bfe Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 70% magenta, 0% yellow and 0.39% black.

Hex #014bfe color code is between #0044ff web safe hex color code and #0055ee web safe hex color code. #0044ff is the nearest web safe color code. You can see here many more shades of #014bfe color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 014bfe #014bfe
RGB Decimal 1, 75, 254 rgb(1, 75, 254)
RGB Percent 0%, 29%, 100% rgb(0%, 29%, 100%)
CSS RGBa 1, 75, 254,1 rgba(1,75,254,1)
CMYK Model cmyk(100%,70%,0%,0.39%)
HSL Color Space 222,99% ,50% hsl(222,99% ,50%)
HSV Color Space 222°, 100%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000001 01001011 11111110
Octal 1 113 376
Decimal 1 75 254
Hex 01 4b fe

Different shades of #014bfe color code.

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

Light Shade of #014bfe
#346ffe
Dark Shade of #014bfe
#013ccb
Saturated Shade of #014bfe
#004bff
Desaturated Shade of #014bfe
#0e50f1
Grey scale Shade of #014bfe
#808080
Brighten Shade
#1a64ff
Most Readable Shade
#FFFFFF

Shades of #014bfe color code

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

#014bfe
#0042e1
#003ac5
#0032a9
#00298d
#002170
#001954
#001038
#00081c
#000000

Similar Color like #014bfe color

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

#024cff
#034dff
#044eff
#054fff
#0650ff
#0751ff
#0852ff
#0953ff
#0a54ff
#0b55ff
#0c56ff
#0d57ff
#0e58ff
#0f59ff
#004afd
#0049fc
#0048fb
#0047fa
#0046f9
#0045f8
#0044f7
#0043f6
#0042f5
#0041f4
#0040f3
#003ff2
#003ef1
#003df0

Monochromatic Color with #014bfe

#014bfe
#000c29
#001954
#01257e
#0132a9
#013ed3

Tints of #014bfe Color

#014bfe
#1d5ffe
#3973fe
#5587fe
#719bfe
#8eaffe
#aac3fe
#c6d7fe
#e2ebfe
#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

#014bfe
#feb401

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

Split Complementary

#014bfe
#fe3601
#cafe01

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

Analogous Color

#01b0fe
#017efe
#014bfe
#0118fe
#1c01fe

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

#014bfe
#fe014b
#4bfe01

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

#014bfe
#fe01c9
#feb401
#01fe36

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

#014bfe
#feb401
#cafe01
#3601fe

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 #014bfe 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.

#014bfe Color Code Preview on Black Background Color

This is how #014bfe Color will look on black background color. Color contrast ratio is 3.44

#014bfe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #014bfe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #014bfe

#014bfe color code is use for CSS Background Color

Background color for the above div is #014bfe

HTML with inline CSS

<div style="background-color:#014bfe;"></div>

#014bfe color code is use for CSS Border Color

CSS Border color for the above div is #014bfe

HTML with inline CSS

<div style="border:5px solid #014bfe;"></div>

CSS Border Left color for the above div is #014bfe

HTML with inline CSS

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

CSS Border Right color for the above div is #014bfe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #014bfe

HTML with inline CSS

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

CSS Border Top color for the above div is #014bfe

HTML with inline CSS

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

#014bfe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#014bfe Color code Preview on White Background

This is how #014bfe Color code will look on white background color. Color contrast ratio is 6.11

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

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,75,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,180,1,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(1,75,254,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.