Skip to main content Skip to docs navigation

#424bfc hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Saturated Sky and its hex is #4B4CFC Nearest Color Name

Color Hue/Base color: Blue

Hex #424bfc Color code in RGB color code model is created after adding 25.88% red color, 29.41% green color and 98.82% blue color. Hex #424bfc Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 70% magenta, 0% yellow and 1.18% black.

Hex #424bfc color code is between #4444ff web safe hex color code and #3355ee web safe hex color code. #4444ff is the nearest web safe color code. You can see here many more shades of #424bfc color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 424bfc #424bfc
RGB Decimal 66, 75, 252 66, 75, 252
RGB Percent 26%, 29%, 99% rgb(26%, 29%, 99%)
CSS RGBa 66, 75, 252,1 rgba(66,75,252,1)
CMYK Model cmyk(74%,70%,0%,1.18%)
HSL Color Space 237,97% ,62% hsl(237,97% ,62%)
HSV Color Space 237°, 74%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000010 01001011 11111100
Octal 102 113 374
Decimal 66 75 252
Hex 42 4b fc

Different shades of #424bfc color code.

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

Darkest of #424bfc
#030aa2
Darker of #424bfc
#030dd5
Dark of #424bfc
#101bfb
Base of #424bfc
#424bfc
Light of #424bfc
#747bfd
Lighter
#a6abfe
Lightest
#d9dafe

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

#424bfc
#fcf342

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

Split Complementary

#424bfc
#fc9642
#a8fc42

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

Analogous Color

#42b7fc
#4298fc
#424bfc
#7742fc
#c542fc

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

#424bfc
#4bfc42
#fc424b

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

#424bfc
#fc424b
#fcf342
#42fcf3

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#424bfc
#fc42a8
#fcf342
#42fc96

Square 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).

Monochromatic Color with #424bfc

#020770
#030aa2
#030dd5
#101bfb
#424bfc
#747bfd
#a6abfe
#d9dafe
#ffffff

Tints of #424bfc Color

#424bfc
#575ffc
#6c73fc
#8187fd
#969bfd
#abaffd
#c0c3fe
#d5d7fe
#eaebfe
#ffffff

Shades of #424bfc color code

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

#424bfc
#3a42e0
#333ac4
#2c32a8
#24298c
#1d2170
#161954
#0e1038
#07081c
#000000

Tones

#424bfc
#555ce9
#686ed6
#7c7fc2
#8f90af

Tones

Similar Color like #424bfc color

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

#434cfd
#444dfe
#454eff
#464fff
#4750ff
#4851ff
#4952ff
#4a53ff
#4b54ff
#4c55ff
#4d56ff
#4e57ff
#4f58ff
#5059ff
#414afb
#4049fa
#3f48f9
#3e47f8
#3d46f7
#3c45f6
#3b44f5
#3a43f4
#3942f3
#3841f2
#3740f1
#363ff0
#353eef
#343dee

Download this Dark Blue

Hex #424bfc 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.

#424bfc Color Code Preview on Black Background Color

This is how #424bfc Color will look on black background color. Color contrast ratio is 3.64

#424bfc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #424bfc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #424bfc

#424bfc color code is use for CSS Background Color

Background color for the above div is #424bfc

HTML with inline CSS

<div style="background-color:#424bfc;"></div>

#424bfc color code is use for CSS Border Color

CSS Border color for the above div is #424bfc

HTML with inline CSS

<div style="border:5px solid #424bfc;"></div>

CSS Border Left color for the above div is #424bfc

HTML with inline CSS

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

CSS Border Right color for the above div is #424bfc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #424bfc

HTML with inline CSS

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

CSS Border Top color for the above div is #424bfc

HTML with inline CSS

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

#424bfc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#424bfc Color code Preview on White Background

This is how #424bfc Color code will look on white background color. Color contrast ratio is 5.76

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(66,75,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,243,66,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(66,75,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }