crispedge.com

Color picker

Loading...

#051aeb hex color - Blue - Cool color - Information

#051aeb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #051aeb Color code in RGB color code model is created after adding 1.96% red color, 10.2% green color and 92.16% blue color. Hex #051aeb Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 89% magenta, 0% yellow and 8% black.

Hex #051aeb color code is between #0022ee web safe hex color code and #0011dd web safe hex color code. #0022ee is the nearest web safe color code. You can see here many more shades of #051aeb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code051aeb#051aeb
RGB Decimal5, 26, 235rgb(5, 26, 235)
RGB Percent2%, 10%, 92%rgb(2%, 10%, 92%)
CSS RGBa5, 26, 235,1rgba(5,26,235,1)
CMYK Modelcmyk(98%,89%,0%,8%)
HSL Color Space235,96% ,47%hsl(235,96% ,47%)
HSV Color Space235°, 98%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001010001101011101011
Octal532353
Decimal526235
Hex051aeb

Different shades of #051aeb color code.

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

Light Shade of #051aeb
#293cfa
Dark Shade of #051aeb
#0414b9
Saturated Shade of #051aeb
#0016f0
Desaturated Shade of #051aeb
#1124df
Grey scale Shade of #051aeb
#787878
Brighten Shade
#1e33ff
Most Readable Shade
#FFFFFF

Shades of #051aeb color code

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

#051aeb
#0417d0
#0314b6
#03119c
#020e82
#020b68
#01084e
#010534
#00021a
#000000

Similar Color like #051aeb color

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

#061bec
#071ced
#081dee
#091eef
#0a1ff0
#0b20f1
#0c21f2
#0d22f3
#0e23f4
#0f24f5
#1025f6
#1126f7
#1227f8
#1328f9
#0419ea
#0318e9
#0217e8
#0116e7
#0015e6
#0014e5
#0013e4
#0012e3
#0011e2
#0010e1
#000fe0
#000edf
#000dde
#000cdd

Monochromatic Color with #051aeb

#051aeb
#000216
#010741
#020c6b
#031196
#0415c0

Tints of #051aeb Color

#051aeb
#2033ed
#3c4cef
#5866f1
#747ff3
#8f99f6
#abb2f8
#c7ccfa
#e3e5fc
#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

#051aeb
#ebd605

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

Split Complementary

#051aeb
#eb6305
#8deb05

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

Analogous Color

#0576eb
#0548eb
#051aeb
#1e05eb
#4c05eb

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

#051aeb
#eb051a
#1aeb05

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

#051aeb
#eb058d
#ebd605
#05eb63

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

#051aeb
#ebd605
#8deb05
#6305eb

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 #051aeb 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.

#051aeb Color Code Preview on Black Background Color

This is how #051aeb Color will look on black background color. Color contrast ratio is 2.35

#051aeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #051aeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #051aeb

#051aeb color code is use for CSS Background Color

Background color for the above div is #051aeb

HTML with inline CSS

<div style="background-color:#051aeb;"></div>

#051aeb color code is use for CSS Border Color

CSS Border color for the above div is #051aeb

HTML with inline CSS

<div style="border:5px solid #051aeb;"></div>

CSS Border Left color for the above div is #051aeb

HTML with inline CSS

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

CSS Border Right color for the above div is #051aeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #051aeb

HTML with inline CSS

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

CSS Border Top color for the above div is #051aeb

HTML with inline CSS

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

#051aeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#051aeb Color code Preview on White Background

This is how #051aeb Color code will look on white background color. Color contrast ratio is 8.92

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

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(5,26,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,214,5,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(5,26,235,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.