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

#005fda hex color - Blue - Cool color - Information

#005fda hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #005fda Color code in RGB color code model is created after adding 0% red color, 37.25% green color and 85.49% blue color. Hex #005fda Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 56% magenta, 0% yellow and 14.51% black.

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

0 Likes 0 Comments | 8 Views

RGB Chart

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

Color Table

Hex Color Code005fda#005fda
RGB Decimal0, 95, 218rgb(0, 95, 218)
RGB Percent0%, 37%, 85%rgb(0%, 37%, 85%)
CSS RGBa0, 95, 218,1rgba(0,95,218,1)
CMYK Modelcmyk(100%,56%,0%,14.51%)
HSL Color Space214,100% ,43%hsl(214,100% ,43%)
HSV Color Space214°, 100%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000101111111011010
Octal0137332
Decimal095218
Hex005fda

Different shades of #005fda color code.

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

Light Shade of #005fda
#0e77ff
Dark Shade of #005fda
#0049a7
Saturated Shade of #005fda
#005fda
Desaturated Shade of #005fda
#0b60cf
Grey scale Shade of #005fda
#6d6d6d
Brighten Shade
#1978f3
Most Readable Shade
#FFFFFF

Shades of #005fda color code

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

#005fda
#0054c1
#0049a9
#003f91
#003479
#002a60
#001f48
#001530
#000a18
#000000

Similar Color like #005fda color

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

#0160db
#0261dc
#0362dd
#0463de
#0564df
#0665e0
#0766e1
#0867e2
#0968e3
#0a69e4
#0b6ae5
#0c6be6
#0d6ce7
#0e6de8
#005ed9
#005dd8
#005cd7
#005bd6
#005ad5
#0059d4
#0058d3
#0057d2
#0056d1
#0055d0
#0054cf
#0053ce
#0052cd
#0051cc

Monochromatic Color with #005fda

#005fda
#000205
#001530
#00275a
#003a85
#004caf

Tints of #005fda Color

#005fda
#1c70de
#3882e2
#5594e6
#71a6ea
#8db7ee
#aac9f2
#c6dbf6
#e2edfa
#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

#005fda
#da7b00

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

Split Complementary

#005fda
#da0e00
#ccda00

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

Analogous Color

#00b6da
#008bda
#005fda
#0033da
#0008da

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

#005fda
#da005f
#5fda00

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

#005fda
#da00cc
#da7b00
#00da0e

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

#005fda
#da7b00
#ccda00
#0e00da

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 #005fda 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.

#005fda Color Code Preview on Black Background Color

This is how #005fda Color will look on black background color. Color contrast ratio is 3.65

#005fda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #005fda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #005fda

#005fda color code is use for CSS Background Color

Background color for the above div is #005fda

HTML with inline CSS

<div style="background-color:#005fda;"></div>

#005fda color code is use for CSS Border Color

CSS Border color for the above div is #005fda

HTML with inline CSS

<div style="border:5px solid #005fda;"></div>

CSS Border Left color for the above div is #005fda

HTML with inline CSS

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

CSS Border Right color for the above div is #005fda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #005fda

HTML with inline CSS

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

CSS Border Top color for the above div is #005fda

HTML with inline CSS

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

#005fda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#005fda Color code Preview on White Background

This is how #005fda Color code will look on white background color. Color contrast ratio is 5.75

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

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

0 Likes 0 Comments | 8 Views

Post your comment:-

By submitting comment you agree to our privacy policy.