crispedge.com

Color picker

Loading...

#0048da hex color - Blue - Cool color - Information

#0048da hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0048da Color code in RGB color code model is created after adding 0% red color, 28.24% green color and 85.49% blue color. Hex #0048da Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 67% magenta, 0% yellow and 15% black.

Hex #0048da color code is between #0044dd web safe hex color code and #0055cc web safe hex color code. #0044dd is the nearest web safe color code. You can see here many more shades of #0048da color code.

0 Likes 0 Comments | 16 Views

RGB Chart

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

Color Table

Hex Color Code0048da#0048da
RGB Decimal0, 72, 218rgb(0, 72, 218)
RGB Percent0%, 28%, 85%rgb(0%, 28%, 85%)
CSS RGBa0, 72, 218,1rgba(0,72,218,1)
CMYK Modelcmyk(100%,67%,0%,15%)
HSL Color Space220,100% ,43%hsl(220,100% ,43%)
HSV Color Space220°, 100%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000100100011011010
Octal0110332
Decimal072218
Hex0048da

Different shades of #0048da color code.

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

Light Shade of #0048da
#0e5eff
Dark Shade of #0048da
#0037a7
Saturated Shade of #0048da
#0048da
Desaturated Shade of #0048da
#0b4ccf
Grey scale Shade of #0048da
#6d6d6d
Brighten Shade
#1961f3
Most Readable Shade
#FFFFFF

Shades of #0048da color code

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

#0048da
#0040c1
#0038a9
#003091
#002879
#002060
#001848
#001030
#000818
#000000

Similar Color like #0048da color

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

#0149db
#024adc
#034bdd
#044cde
#054ddf
#064ee0
#074fe1
#0850e2
#0951e3
#0a52e4
#0b53e5
#0c54e6
#0d55e7
#0e56e8
#0047d9
#0046d8
#0045d7
#0044d6
#0043d5
#0042d4
#0041d3
#0040d2
#003fd1
#003ed0
#003dcf
#003cce
#003bcd
#003acc

Monochromatic Color with #0048da

#0048da
#000205
#001030
#001e5a
#002c85
#003aaf

Tints of #0048da Color

#0048da
#1c5cde
#3870e2
#5585e6
#7199ea
#8dadee
#aac2f2
#c6d6f6
#e2eafa
#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

#0048da
#da9200

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

Split Complementary

#0048da
#da2500
#b5da00

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

Analogous Color

#009fda
#0074da
#0048da
#001cda
#0f00da

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

#0048da
#da0048
#48da00

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

#0048da
#da00b5
#da9200
#00da25

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

#0048da
#da9200
#b5da00
#2500da

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 #0048da 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.

#0048da Color Code Preview on Black Background Color

This is how #0048da Color will look on black background color. Color contrast ratio is 2.94

#0048da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0048da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0048da

#0048da color code is use for CSS Background Color

Background color for the above div is #0048da

HTML with inline CSS

<div style="background-color:#0048da;"></div>

#0048da color code is use for CSS Border Color

CSS Border color for the above div is #0048da

HTML with inline CSS

<div style="border:5px solid #0048da;"></div>

CSS Border Left color for the above div is #0048da

HTML with inline CSS

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

CSS Border Right color for the above div is #0048da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0048da

HTML with inline CSS

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

CSS Border Top color for the above div is #0048da

HTML with inline CSS

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

#0048da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0048da Color code Preview on White Background

This is how #0048da Color code will look on white background color. Color contrast ratio is 7.14

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

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(0,72,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,146,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,72,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 16 Views

Post your comment:-

By submitting comment you agree to our privacy policy.