crispedge.com

Color picker

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

#003aff hex color - C64 Blue - Blue - Cool color - Information

#003aff hex color - C64 Blue - Blue - Cool color

Color Hue/Base color: Blue

Hex #003aff Color Code is also known as C64 Blue color.

Hex #003aff Color code in RGB color code model is created after adding 0% red color, 22.75% green color and 100% blue color. Hex #003aff Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 77% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 364 Views

Color Table

Hex Color Code003aff#003aff
RGB Decimal0, 58, 255rgb(0, 58, 255)
RGB Percent0%, 23%, 100%rgb(0%, 23%, 100%)
CSS RGBa0, 58, 255,1rgba(0,58,255,1)
CMYK Modelcmyk(100%,77%,0%,0%)
HSL Color Space226,100% ,50%hsl(226,100% ,50%)
HSV Color Space226°, 100%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000011101011111111
Octal072377
Decimal058255
Hex003aff

Different shades of #003aff color code.

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

Light Shade of #003aff
#3361ff
Dark Shade of #003aff
#002ecc
Saturated Shade of #003aff
#003aff
Desaturated Shade of #003aff
#0d41f2
Grey scale Shade of #003aff
#808080
Brighten Shade
#1953ff
Most Readable Shade
#FFFFFF

Shades of #003aff color code

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

#003aff
#0033e2
#002dc6
#0026aa
#00208d
#001971
#001355
#000c38
#00061c
#000000

Similar Color like #003aff color

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

#013bff
#023cff
#033dff
#043eff
#053fff
#0640ff
#0741ff
#0842ff
#0943ff
#0a44ff
#0b45ff
#0c46ff
#0d47ff
#0e48ff
#0039fe
#0038fd
#0037fc
#0036fb
#0035fa
#0034f9
#0033f8
#0032f7
#0031f6
#0030f5
#002ff4
#002ef3
#002df2
#002cf1

Monochromatic Color with #003aff

#003aff
#000a2a
#001355
#001d80
#0027aa
#0030d4

Tints of #003aff Color

#003aff
#1c4fff
#3865ff
#557bff
#7191ff
#8da7ff
#aabdff
#c6d3ff
#e2e9ff
#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

#003aff
#ffc500

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

Split Complementary

#003aff
#ff4600
#b9ff00

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

Analogous Color

#00a0ff
#006dff
#003aff
#0007ff
#2c00ff

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

#003aff
#ff003a
#3aff00

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

#003aff
#ff00b9
#ffc500
#00ff46

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

#003aff
#ffc500
#b9ff00
#4600ff

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 #003aff 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.

#003aff Color Code Preview on Black Background Color

This is how #003aff Color will look on black background color. Color contrast ratio is 3.05

#003aff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #003aff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #003aff

#003aff color code is use for CSS Background Color

Background color for the above div is #003aff

HTML with inline CSS

<div style="background-color:#003aff;"></div>

#003aff color code is use for CSS Border Color

CSS Border color for the above div is #003aff

HTML with inline CSS

<div style="border:5px solid #003aff;"></div>

CSS Border Left color for the above div is #003aff

HTML with inline CSS

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

CSS Border Right color for the above div is #003aff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #003aff

HTML with inline CSS

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

CSS Border Top color for the above div is #003aff

HTML with inline CSS

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

#003aff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#003aff Color code Preview on White Background

This is how #003aff Color code will look on white background color. Color contrast ratio is 6.89

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

Related Gradients

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

0 Likes 0 Comments | 364 Views

Post your comment:-

By submitting comment you agree to our privacy policy.