crispedge.com

Color picker

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

#506cf3 hex color - Blue - Cool color - Information

#506cf3 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #506cf3 Color code in RGB color code model is created after adding 31.37% red color, 42.35% green color and 95.29% blue color. Hex #506cf3 Color code in CMYK color (process color) code model is generated after subtraction of 67% cyan, 56% magenta, 0% yellow and 5% black.

Hex #506cf3 color code is between #5566ee web safe hex color code and #4477ff web safe hex color code. #5566ee is the nearest web safe color code. You can see here many more shades of #506cf3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code506cf3#506cf3
RGB Decimal80, 108, 243rgb(80, 108, 243)
RGB Percent31%, 42%, 95%rgb(31%, 42%, 95%)
CSS RGBa80, 108, 243,1rgba(80,108,243,1)
CMYK Modelcmyk(67%,56%,0%,5%)
HSL Color Space230,87% ,63%hsl(230,87% ,63%)
HSV Color Space230°, 67%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100000110110011110011
Octal120154363
Decimal80108243
Hex506cf3

Different shades of #506cf3 color code.

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

Light Shade of #506cf3
#8094f6
Dark Shade of #506cf3
#2044f0
Saturated Shade of #506cf3
#4766fc
Desaturated Shade of #506cf3
#5972ea
Grey scale Shade of #506cf3
#a1a1a1
Brighten Shade
#6985ff
Most Readable Shade
#FFFFFF

Shades of #506cf3 color code

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

#506cf3
#4760d8
#3e54bd
#3548a2
#2c3c87
#23306c
#1a2451
#111836
#080c1b
#000000

Similar Color like #506cf3 color

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

#516df4
#526ef5
#536ff6
#5470f7
#5571f8
#5672f9
#5773fa
#5874fb
#5975fc
#5a76fd
#5b77fe
#5c78ff
#5d79ff
#5e7aff
#4f6bf2
#4e6af1
#4d69f0
#4c68ef
#4b67ee
#4a66ed
#4965ec
#4864eb
#4763ea
#4662e9
#4561e8
#4460e7
#435fe6
#425ee5

Monochromatic Color with #506cf3

#506cf3
#0a0e1e
#182049
#263373
#34469e
#4259c8

Tints of #506cf3 Color

#506cf3
#637cf4
#768cf5
#8a9df7
#9dadf8
#b1bdf9
#c4cefb
#d8defc
#ebeefd
#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

#506cf3
#f3d750

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

Split Complementary

#506cf3
#f38650
#bdf350

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

Analogous Color

#50adf3
#508df3
#506cf3
#5550f3
#7550f3

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

#506cf3
#f3506c
#6cf350

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

#506cf3
#f350bd
#f3d750
#50f385

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

#506cf3
#f3d750
#bdf350
#8650f3

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 #506cf3 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.

#506cf3 Color Code Preview on Black Background Color

This is how #506cf3 Color will look on black background color. Color contrast ratio is 4.78

#506cf3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #506cf3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #506cf3

#506cf3 color code is use for CSS Background Color

Background color for the above div is #506cf3

HTML with inline CSS

<div style="background-color:#506cf3;"></div>

#506cf3 color code is use for CSS Border Color

CSS Border color for the above div is #506cf3

HTML with inline CSS

<div style="border:5px solid #506cf3;"></div>

CSS Border Left color for the above div is #506cf3

HTML with inline CSS

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

CSS Border Right color for the above div is #506cf3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #506cf3

HTML with inline CSS

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

CSS Border Top color for the above div is #506cf3

HTML with inline CSS

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

#506cf3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#506cf3 Color code Preview on White Background

This is how #506cf3 Color code will look on white background color. Color contrast ratio is 4.39

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

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.