crispedge.com

Color picker

Loading...

#3093ee hex color - Blue - Cool color - Information

#3093ee hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #3093ee Color code in RGB color code model is created after adding 18.82% red color, 57.65% green color and 93.33% blue color. Hex #3093ee Color code in CMYK color (process color) code model is generated after subtraction of 80% cyan, 38% magenta, 0% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3093ee#3093ee
RGB Decimal48, 147, 238rgb(48, 147, 238)
RGB Percent19%, 58%, 93%rgb(19%, 58%, 93%)
CSS RGBa48, 147, 238,1rgba(48,147,238,1)
CMYK Modelcmyk(80%,38%,0%,7%)
HSL Color Space209,85% ,56%hsl(209,85% ,56%)
HSV Color Space209°, 80%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100001001001111101110
Octal60223356
Decimal48147238
Hex3093ee

Different shades of #3093ee color code.

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

Light Shade of #3093ee
#5facf2
Dark Shade of #3093ee
#127ad9
Saturated Shade of #3093ee
#2593f9
Desaturated Shade of #3093ee
#3b93e3
Grey scale Shade of #3093ee
#8f8f8f
Brighten Shade
#49acff
Most Readable Shade
#000000

Shades of #3093ee color code

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

#3093ee
#2a82d3
#2572b9
#20629e
#1a5184
#154169
#10314f
#0a2034
#05101a
#000000

Similar Color like #3093ee color

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

#3194ef
#3295f0
#3396f1
#3497f2
#3598f3
#3699f4
#379af5
#389bf6
#399cf7
#3a9df8
#3b9ef9
#3c9ffa
#3da0fb
#3ea1fc
#2f92ed
#2e91ec
#2d90eb
#2c8fea
#2b8ee9
#2a8de8
#298ce7
#288be6
#278ae5
#2689e4
#2588e3
#2487e2
#2386e1
#2285e0

Monochromatic Color with #3093ee

#3093ee
#05101a
#0e2a44
#16446e
#1f5f99
#2779c3

Tints of #3093ee Color

#3093ee
#479fef
#5eabf1
#75b7f3
#8cc3f5
#a3cff7
#badbf9
#d1e7fb
#e8f3fd
#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

#3093ee
#ee8b30

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

Split Complementary

#3093ee
#ee3034
#eeea30

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

Analogous Color

#30dfee
#30b9ee
#3093ee
#306dee
#3047ee

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

#3093ee
#ee3093
#93ee30

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

#3093ee
#ea30ee
#ee8b30
#34ee30

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

#3093ee
#ee8b30
#eeea30
#3034ee

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 #3093ee 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.

#3093ee Color Code Preview on Black Background Color

This is how #3093ee Color will look on black background color. Color contrast ratio is 6.53

#3093ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3093ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3093ee

#3093ee color code is use for CSS Background Color

Background color for the above div is #3093ee

HTML with inline CSS

<div style="background-color:#3093ee;"></div>

#3093ee color code is use for CSS Border Color

CSS Border color for the above div is #3093ee

HTML with inline CSS

<div style="border:5px solid #3093ee;"></div>

CSS Border Left color for the above div is #3093ee

HTML with inline CSS

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

CSS Border Right color for the above div is #3093ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3093ee

HTML with inline CSS

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

CSS Border Top color for the above div is #3093ee

HTML with inline CSS

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

#3093ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3093ee Color code Preview on White Background

This is how #3093ee Color code will look on white background color. Color contrast ratio is 3.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 #3093ee; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #3093ee; }

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(48,147,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,139,48,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(48,147,238,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.