crispedge.com

Color picker

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

#0061dc hex color - Blue - Cool color - Information

#0061dc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #0061dc Color code in RGB color code model is created after adding 0% red color, 38.04% green color and 86.27% blue color. Hex #0061dc Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 56% magenta, 0% yellow and 14% black.

Hex #0061dc 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 #0061dc color code.

0 Likes 0 Comments | 14 Views

Color Table

Hex Color Code0061dc#0061dc
RGB Decimal0, 97, 220rgb(0, 97, 220)
RGB Percent0%, 38%, 86%rgb(0%, 38%, 86%)
CSS RGBa0, 97, 220,1rgba(0,97,220,1)
CMYK Modelcmyk(100%,56%,0%,14%)
HSL Color Space214,100% ,43%hsl(214,100% ,43%)
HSV Color Space214°, 100%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000110000111011100
Octal0141334
Decimal097220
Hex0061dc

Different shades of #0061dc color code.

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

Light Shade of #0061dc
#1079ff
Dark Shade of #0061dc
#004aa9
Saturated Shade of #0061dc
#0061dc
Desaturated Shade of #0061dc
#0b62d1
Grey scale Shade of #0061dc
#6e6e6e
Brighten Shade
#197af5
Most Readable Shade
#FFFFFF

Shades of #0061dc color code

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

#0061dc
#0056c3
#004bab
#004092
#00357a
#002b61
#002049
#001530
#000a18
#000000

Similar Color like #0061dc color

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

#0162dd
#0263de
#0364df
#0465e0
#0566e1
#0667e2
#0768e3
#0869e4
#096ae5
#0a6be6
#0b6ce7
#0c6de8
#0d6ee9
#0e6fea
#0060db
#005fda
#005ed9
#005dd8
#005cd7
#005bd6
#005ad5
#0059d4
#0058d3
#0057d2
#0056d1
#0055d0
#0054cf
#0053ce

Monochromatic Color with #0061dc

#0061dc
#000307
#001632
#00295c
#003c87
#004eb1

Tints of #0061dc Color

#0061dc
#1c72df
#3884e3
#5595e7
#71a7eb
#8db8ef
#aacaf3
#c6dbf7
#e2edfb
#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

#0061dc
#dc7b00

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

Split Complementary

#0061dc
#dc0d00
#cfdc00

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

Analogous Color

#00b9dc
#008ddc
#0061dc
#0035dc
#0009dc

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

#0061dc
#dc0061
#61dc00

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

#0061dc
#dc00cf
#dc7b00
#00dc0d

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

#0061dc
#dc7b00
#cfdc00
#0d00dc

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 #0061dc 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.

#0061dc Color Code Preview on Black Background Color

This is how #0061dc Color will look on black background color. Color contrast ratio is 3.74

#0061dc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0061dc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0061dc

#0061dc color code is use for CSS Background Color

Background color for the above div is #0061dc

HTML with inline CSS

<div style="background-color:#0061dc;"></div>

#0061dc color code is use for CSS Border Color

CSS Border color for the above div is #0061dc

HTML with inline CSS

<div style="border:5px solid #0061dc;"></div>

CSS Border Left color for the above div is #0061dc

HTML with inline CSS

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

CSS Border Right color for the above div is #0061dc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0061dc

HTML with inline CSS

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

CSS Border Top color for the above div is #0061dc

HTML with inline CSS

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

#0061dc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0061dc Color code Preview on White Background

This is how #0061dc Color code will look on white background color. Color contrast ratio is 5.61

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

Related Gradients

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

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.