crispedge.com

Color picker

Loading...

#097eff hex color - Blue - Cool color - Information

#097eff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #097eff Color code in RGB color code model is created after adding 3.53% red color, 49.41% green color and 100% blue color. Hex #097eff Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 51% magenta, 0% yellow and 0% black.

Hex #097eff color code is between #1177ee web safe hex color code and #0088dd web safe hex color code. #1177ee is the nearest web safe color code. You can see here many more shades of #097eff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code097eff#097eff
RGB Decimal9, 126, 255rgb(9, 126, 255)
RGB Percent4%, 49%, 100%rgb(4%, 49%, 100%)
CSS RGBa9, 126, 255,1rgba(9,126,255,1)
CMYK Modelcmyk(96%,51%,0%,0%)
HSL Color Space211,100% ,52%hsl(211,100% ,52%)
HSV Color Space211°, 96%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010010111111011111111
Octal11176377
Decimal9126255
Hex097eff

Different shades of #097eff color code.

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

Light Shade of #097eff
#3c99ff
Dark Shade of #097eff
#0065d5
Saturated Shade of #097eff
#097eff
Desaturated Shade of #097eff
#157ff3
Grey scale Shade of #097eff
#848484
Brighten Shade
#2297ff
Most Readable Shade
#FFFFFF

Shades of #097eff color code

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

#097eff
#0870e2
#0762c6
#0654aa
#05468d
#043871
#032a55
#021c38
#010e1c
#000000

Similar Color like #097eff color

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

#0a7fff
#0b80ff
#0c81ff
#0d82ff
#0e83ff
#0f84ff
#1085ff
#1186ff
#1287ff
#1388ff
#1489ff
#158aff
#168bff
#178cff
#087dfe
#077cfd
#067bfc
#057afb
#0479fa
#0378f9
#0277f8
#0176f7
#0075f6
#0074f5
#0073f4
#0072f3
#0071f2
#0070f1

Monochromatic Color with #097eff

#097eff
#01152a
#032a55
#053f80
#0654aa
#0869d4

Tints of #097eff Color

#097eff
#248cff
#3f9aff
#5ba9ff
#76b7ff
#91c5ff
#add4ff
#c8e2ff
#e3f0ff
#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

#097eff
#ff8a09

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

Split Complementary

#097eff
#ff0f09
#f9ff09

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

Analogous Color

#09e0ff
#09afff
#097eff
#094dff
#091cff

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

#097eff
#ff097e
#7eff09

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

#097eff
#ff09f9
#ff8a09
#09ff0f

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

#097eff
#ff8a09
#f9ff09
#0f09ff

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 #097eff 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.

#097eff Color Code Preview on Black Background Color

This is how #097eff Color will look on black background color. Color contrast ratio is 5.44

#097eff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #097eff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #097eff

#097eff color code is use for CSS Background Color

Background color for the above div is #097eff

HTML with inline CSS

<div style="background-color:#097eff;"></div>

#097eff color code is use for CSS Border Color

CSS Border color for the above div is #097eff

HTML with inline CSS

<div style="border:5px solid #097eff;"></div>

CSS Border Left color for the above div is #097eff

HTML with inline CSS

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

CSS Border Right color for the above div is #097eff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #097eff

HTML with inline CSS

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

CSS Border Top color for the above div is #097eff

HTML with inline CSS

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

#097eff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#097eff Color code Preview on White Background

This is how #097eff Color code will look on white background color. Color contrast ratio is 3.86

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

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(9,126,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,138,9,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(9,126,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.