crispedge.com

Color picker

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

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

#004bcc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #004bcc Color code in RGB color code model is created after adding 0% red color, 29.41% green color and 80% blue color. Hex #004bcc Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 63% magenta, 0% yellow and 20% black.

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code004bcc#004bcc
RGB Decimal0, 75, 204rgb(0, 75, 204)
RGB Percent0%, 29%, 80%rgb(0%, 29%, 80%)
CSS RGBa0, 75, 204,1rgba(0,75,204,1)
CMYK Modelcmyk(100%,63%,0%,20%)
HSL Color Space218,100% ,40%hsl(218,100% ,40%)
HSV Color Space218°, 100%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000100101111001100
Octal0113314
Decimal075204
Hex004bcc

Different shades of #004bcc color code.

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

Light Shade of #004bcc
#005eff
Dark Shade of #004bcc
#003899
Saturated Shade of #004bcc
#004bcc
Desaturated Shade of #004bcc
#0a4ec2
Grey scale Shade of #004bcc
#666666
Brighten Shade
#1964e5
Most Readable Shade
#FFFFFF

Shades of #004bcc color code

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

#004bcc
#0042b5
#003a9e
#003288
#002971
#00215a
#001944
#00102d
#000816
#000000

Similar Color like #004bcc color

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

#014ccd
#024dce
#034ecf
#044fd0
#0550d1
#0651d2
#0752d3
#0853d4
#0954d5
#0a55d6
#0b56d7
#0c57d8
#0d58d9
#0e59da
#004acb
#0049ca
#0048c9
#0047c8
#0046c7
#0045c6
#0044c5
#0043c4
#0042c3
#0041c2
#0040c1
#003fc0
#003ebf
#003dbe

Monochromatic Color with #004bcc

#004bcc
#005bf6
#000c22
#001c4c
#002c77
#003ba1

Tints of #004bcc Color

#004bcc
#1c5fd1
#3873d7
#5587dd
#719be2
#8dafe8
#aac3ee
#c6d7f3
#e2ebf9
#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

#004bcc
#cc8100

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

Split Complementary

#004bcc
#cc1b00
#b1cc00

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

Analogous Color

#009dcc
#0074cc
#004bcc
#0022cc
#0700cc

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

#004bcc
#cc004b
#4bcc00

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

#004bcc
#cc00b1
#cc8100
#00cc1b

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

#004bcc
#cc8100
#b1cc00
#1b00cc

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

#004bcc Color Code Preview on Black Background Color

This is how #004bcc Color will look on black background color. Color contrast ratio is 2.88

#004bcc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#004bcc color code is use for CSS Background Color

Background color for the above div is #004bcc

HTML with inline CSS

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

#004bcc color code is use for CSS Border Color

CSS Border color for the above div is #004bcc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#004bcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#004bcc Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.