crispedge.com

Color picker

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

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

#005cca hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #005cca Color code in RGB color code model is created after adding 0% red color, 36.08% green color and 79.22% blue color. Hex #005cca Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 54% magenta, 0% yellow and 21% black.

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

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Code005cca#005cca
RGB Decimal0, 92, 202rgb(0, 92, 202)
RGB Percent0%, 36%, 79%rgb(0%, 36%, 79%)
CSS RGBa0, 92, 202,1rgba(0,92,202,1)
CMYK Modelcmyk(100%,54%,0%,21%)
HSL Color Space213,100% ,40%hsl(213,100% ,40%)
HSV Color Space213°, 100%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000101110011001010
Octal0134312
Decimal092202
Hex005cca

Different shades of #005cca color code.

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

Light Shade of #005cca
#0073fd
Dark Shade of #005cca
#004597
Saturated Shade of #005cca
#005cca
Desaturated Shade of #005cca
#0a5dc0
Grey scale Shade of #005cca
#656565
Brighten Shade
#1975e3
Most Readable Shade
#FFFFFF

Shades of #005cca color code

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

#005cca
#0051b3
#00479d
#003d86
#003370
#002859
#001e43
#00142c
#000a16
#000000

Similar Color like #005cca color

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

#015dcb
#025ecc
#035fcd
#0460ce
#0561cf
#0662d0
#0763d1
#0864d2
#0965d3
#0a66d4
#0b67d5
#0c68d6
#0d69d7
#0e6ad8
#005bc9
#005ac8
#0059c7
#0058c6
#0057c5
#0056c4
#0055c3
#0054c2
#0053c1
#0052c0
#0051bf
#0050be
#004fbd
#004ebc

Monochromatic Color with #005cca

#005cca
#006ff4
#000f20
#00224a
#003575
#00499f

Tints of #005cca Color

#005cca
#1c6ecf
#3880d5
#5592db
#71a4e1
#8db6e7
#aac8ed
#c6daf3
#e2ecf9
#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

#005cca
#ca6e00

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

Split Complementary

#005cca
#ca0900
#c1ca00

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

Analogous Color

#00adca
#0084ca
#005cca
#0034ca
#000bca

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

#005cca
#ca005c
#5cca00

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

#005cca
#ca00c1
#ca6e00
#00ca09

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

#005cca
#ca6e00
#c1ca00
#0900ca

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

#005cca Color Code Preview on Black Background Color

This is how #005cca Color will look on black background color. Color contrast ratio is 3.38

#005cca in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#005cca color code is use for CSS Background Color

Background color for the above div is #005cca

HTML with inline CSS

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

#005cca color code is use for CSS Border Color

CSS Border color for the above div is #005cca

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#005cca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#005cca Color code Preview on White Background

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.