crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#004ddf hex color - Blue - Cool color - Information

#004ddf hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #004ddf Color code in RGB color code model is created after adding 0% red color, 30.2% green color and 87.45% blue color. Hex #004ddf Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 65% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code004ddf#004ddf
RGB Decimal0, 77, 223rgb(0, 77, 223)
RGB Percent0%, 30%, 87%rgb(0%, 30%, 87%)
CSS RGBa0, 77, 223,1rgba(0,77,223,1)
CMYK Modelcmyk(100%,65%,0%,13%)
HSL Color Space219,100% ,44%hsl(219,100% ,44%)
HSV Color Space219°, 100%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000100110111011111
Octal0115337
Decimal077223
Hex004ddf

Different shades of #004ddf color code.

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

Light Shade of #004ddf
#1364ff
Dark Shade of #004ddf
#003bac
Saturated Shade of #004ddf
#004ddf
Desaturated Shade of #004ddf
#0b50d4
Grey scale Shade of #004ddf
#6f6f6f
Brighten Shade
#1966f8
Most Readable Shade
#FFFFFF

Shades of #004ddf color code

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

#004ddf
#0044c6
#003bad
#003394
#002a7b
#002263
#00194a
#001131
#000818
#000000

Similar Color like #004ddf color

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

#014ee0
#024fe1
#0350e2
#0451e3
#0552e4
#0653e5
#0754e6
#0855e7
#0956e8
#0a57e9
#0b58ea
#0c59eb
#0d5aec
#0e5bed
#004cde
#004bdd
#004adc
#0049db
#0048da
#0047d9
#0046d8
#0045d7
#0044d6
#0043d5
#0042d4
#0041d3
#0040d2
#003fd1

Monochromatic Color with #004ddf

#004ddf
#00040a
#001235
#00215f
#00308a
#003eb4

Tints of #004ddf Color

#004ddf
#1c60e2
#3874e6
#5588e9
#719ced
#8daff0
#aac3f4
#c6d7f7
#e2ebfb
#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

#004ddf
#df9200

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

Split Complementary

#004ddf
#df2200
#bddf00

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

Analogous Color

#00a6df
#007adf
#004ddf
#0020df
#0c00df

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

#004ddf
#df004d
#4ddf00

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

#004ddf
#df00bc
#df9200
#00df22

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

#004ddf
#df9200
#bddf00
#2200df

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 #004ddf 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.

#004ddf Color Code Preview on Black Background Color

This is how #004ddf Color will look on black background color. Color contrast ratio is 3.13

#004ddf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #004ddf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #004ddf

#004ddf color code is use for CSS Background Color

Background color for the above div is #004ddf

HTML with inline CSS

<div style="background-color:#004ddf;"></div>

#004ddf color code is use for CSS Border Color

CSS Border color for the above div is #004ddf

HTML with inline CSS

<div style="border:5px solid #004ddf;"></div>

CSS Border Left color for the above div is #004ddf

HTML with inline CSS

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

CSS Border Right color for the above div is #004ddf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #004ddf

HTML with inline CSS

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

CSS Border Top color for the above div is #004ddf

HTML with inline CSS

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

#004ddf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#004ddf Color code Preview on White Background

This is how #004ddf Color code will look on white background color. Color contrast ratio is 6.72

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.