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

#085ffa hex color - Blue - Cool color - Information

#085ffa hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #085ffa Color code in RGB color code model is created after adding 3.14% red color, 37.25% green color and 98.04% blue color. Hex #085ffa Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 62% magenta, 0% yellow and 1.96% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code085ffa#085ffa
RGB Decimal8, 95, 250rgb(8, 95, 250)
RGB Percent3%, 37%, 98%rgb(3%, 37%, 98%)
CSS RGBa8, 95, 250,1rgba(8,95,250,1)
CMYK Modelcmyk(97%,62%,0%,1.96%)
HSL Color Space218,96% ,51%hsl(218,96% ,51%)
HSV Color Space218°, 97%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010000101111111111010
Octal10137372
Decimal895250
Hex085ffa

Different shades of #085ffa color code.

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

Light Shade of #085ffa
#3a7ffb
Dark Shade of #085ffa
#044ccb
Saturated Shade of #085ffa
#035eff
Desaturated Shade of #085ffa
#1563ed
Grey scale Shade of #085ffa
#818181
Brighten Shade
#2178ff
Most Readable Shade
#FFFFFF

Shades of #085ffa color code

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

#085ffa
#0754de
#0649c2
#053fa6
#04348a
#032a6f
#021f53
#011537
#000a1b
#000000

Similar Color like #085ffa color

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

#0960fb
#0a61fc
#0b62fd
#0c63fe
#0d64ff
#0e65ff
#0f66ff
#1067ff
#1168ff
#1269ff
#136aff
#146bff
#156cff
#166dff
#075ef9
#065df8
#055cf7
#045bf6
#035af5
#0259f4
#0158f3
#0057f2
#0056f1
#0055f0
#0054ef
#0053ee
#0052ed
#0051ec

Monochromatic Color with #085ffa

#085ffa
#010e25
#031e50
#042f7a
#053fa5
#074fcf

Tints of #085ffa Color

#085ffa
#2370fa
#3e82fb
#5a94fb
#75a6fc
#91b7fc
#acc9fd
#c8dbfd
#e3edfe
#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

#085ffa
#faa308

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

Split Complementary

#085ffa
#fa2a08
#d8fa08

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

Analogous Color

#08c0fa
#088ffa
#085ffa
#082ffa
#1208fa

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

#085ffa
#fa085f
#5ffa08

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

#085ffa
#fa08d8
#faa308
#08fa2a

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

#085ffa
#faa308
#d8fa08
#2a08fa

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 #085ffa 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.

#085ffa Color Code Preview on Black Background Color

This is how #085ffa Color will look on black background color. Color contrast ratio is 4.03

#085ffa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #085ffa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #085ffa

#085ffa color code is use for CSS Background Color

Background color for the above div is #085ffa

HTML with inline CSS

<div style="background-color:#085ffa;"></div>

#085ffa color code is use for CSS Border Color

CSS Border color for the above div is #085ffa

HTML with inline CSS

<div style="border:5px solid #085ffa;"></div>

CSS Border Left color for the above div is #085ffa

HTML with inline CSS

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

CSS Border Right color for the above div is #085ffa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #085ffa

HTML with inline CSS

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

CSS Border Top color for the above div is #085ffa

HTML with inline CSS

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

#085ffa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#085ffa Color code Preview on White Background

This is how #085ffa Color code will look on white background color. Color contrast ratio is 5.21

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

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(8,95,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(250,163,8,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(8,95,250,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.