crispedge.com

Color picker

Loading...

#1355ff hex color - Blue - Cool color - Information

#1355ff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1355ff Color code in RGB color code model is created after adding 7.45% red color, 33.33% green color and 100% blue color. Hex #1355ff Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 67% magenta, 0% yellow and 0% black.

Hex #1355ff color code is between #1144ee web safe hex color code and #2266dd web safe hex color code. #1144ee is the nearest web safe color code. You can see here many more shades of #1355ff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code1355ff#1355ff
RGB Decimal19, 85, 255rgb(19, 85, 255)
RGB Percent7%, 33%, 100%rgb(7%, 33%, 100%)
CSS RGBa19, 85, 255,1rgba(19,85,255,1)
CMYK Modelcmyk(93%,67%,0%,0%)
HSL Color Space223,100% ,54%hsl(223,100% ,54%)
HSV Color Space223°, 93%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100110101010111111111
Octal23125377
Decimal1985255
Hex1355ff

Different shades of #1355ff color code.

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

Light Shade of #1355ff
#467aff
Dark Shade of #1355ff
#003edf
Saturated Shade of #1355ff
#1355ff
Desaturated Shade of #1355ff
#1f5af3
Grey scale Shade of #1355ff
#898989
Brighten Shade
#2c6eff
Most Readable Shade
#FFFFFF

Shades of #1355ff color code

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

#1355ff
#104be2
#0e42c6
#0c38aa
#0a2f8d
#082571
#061c55
#041238
#02091c
#000000

Similar Color like #1355ff color

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

#1456ff
#1557ff
#1658ff
#1759ff
#185aff
#195bff
#1a5cff
#1b5dff
#1c5eff
#1d5fff
#1e60ff
#1f61ff
#2062ff
#2163ff
#1254fe
#1153fd
#1052fc
#0f51fb
#0e50fa
#0d4ff9
#0c4ef8
#0b4df7
#0a4cf6
#094bf5
#084af4
#0749f3
#0648f2
#0547f1

Monochromatic Color with #1355ff

#1355ff
#030e2a
#061c55
#0a2b80
#0d39aa
#1047d4

Tints of #1355ff Color

#1355ff
#2d67ff
#477aff
#618dff
#7ba0ff
#96b3ff
#b0c6ff
#cad9ff
#e4ecff
#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

#1355ff
#ffbd13

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

Split Complementary

#1355ff
#ff4713
#cbff13

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

Analogous Color

#13b3ff
#1384ff
#1355ff
#1326ff
#2f13ff

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

#1355ff
#ff1355
#55ff13

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

#1355ff
#ff13cb
#ffbd13
#13ff47

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

#1355ff
#ffbd13
#cbff13
#4713ff

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 #1355ff 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.

#1355ff Color Code Preview on Black Background Color

This is how #1355ff Color will look on black background color. Color contrast ratio is 3.77

#1355ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1355ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1355ff

#1355ff color code is use for CSS Background Color

Background color for the above div is #1355ff

HTML with inline CSS

<div style="background-color:#1355ff;"></div>

#1355ff color code is use for CSS Border Color

CSS Border color for the above div is #1355ff

HTML with inline CSS

<div style="border:5px solid #1355ff;"></div>

CSS Border Left color for the above div is #1355ff

HTML with inline CSS

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

CSS Border Right color for the above div is #1355ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1355ff

HTML with inline CSS

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

CSS Border Top color for the above div is #1355ff

HTML with inline CSS

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

#1355ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1355ff Color code Preview on White Background

This is how #1355ff Color code will look on white background color. Color contrast ratio is 5.57

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

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(19,85,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,189,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(19,85,255,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.