Skip to main content Skip to docs navigation

#255eea 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 Azul and its hex is #1D5DEC Nearest Color Name

Color Hue/Base color: Blue

Hex #255eea Color code in RGB color code model is created after adding 14.51% red color, 36.86% green color and 91.76% blue color. Hex #255eea Color code in CMYK color (process color) code model is generated after subtraction of 84% cyan, 60% magenta, 0% yellow and 8.24% black.

Hex #255eea color code is between #2266ee web safe hex color code and #3355dd web safe hex color code. #2266ee is the nearest web safe color code. You can see here many more shades of #255eea color code.

RGB Chart

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

Color Table

Hex Color Code 255eea #255eea
RGB Decimal 37, 94, 234 37, 94, 234
RGB Percent 15%, 37%, 92% rgb(15%, 37%, 92%)
CSS RGBa 37, 94, 234,1 rgba(37,94,234,1)
CMYK Model cmyk(84%,60%,0%,8.24%)
HSL Color Space 223,82% ,53% hsl(223,82% ,53%)
HSV Color Space 223°, 84%, 92%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100101 01011110 11101010
Octal 45 136 352
Decimal 37 94 234
Hex 25 5e ea

Different shades of #255eea color code.

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

Darkest of #255eea
#0a276c
Darker of #255eea
#0f379a
Dark of #255eea
#1348c9
Base of #255eea
#255eea
Light of #255eea
#5480ee
Lighter
#82a3f3
Lightest
#b1c5f7

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

#255eea
#eab125

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

Split Complementary

#255eea
#ea4f25
#c1ea25

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

Analogous Color

#25d1ea
#25b0ea
#255eea
#2e25ea
#8025ea

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

#255eea
#5eea25
#ea255e

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

#255eea
#ea255e
#eab125
#25eab1

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

#255eea
#ea25c1
#eab125
#25ea4f

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 #255eea

#06163d
#0a276c
#0f379a
#1348c9
#255eea
#5480ee
#82a3f3
#b1c5f7
#dfe7fc

Tints of #255eea Color

#255eea
#3d6fec
#5581ee
#6d93f1
#85a5f3
#9eb7f5
#b6c9f8
#cedbfa
#e6edfc
#ffffff

Shades of #255eea color code

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

#255eea
#2053d0
#1c49b6
#183e9c
#143482
#102968
#0c1f4e
#081434
#040a1a
#000000

Tones

#255eea
#3d68d2
#5572ba
#6d7ca2
#85868a

Tones

Similar Color like #255eea color

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

#265feb
#2760ec
#2861ed
#2962ee
#2a63ef
#2b64f0
#2c65f1
#2d66f2
#2e67f3
#2f68f4
#3069f5
#316af6
#326bf7
#336cf8
#245de9
#235ce8
#225be7
#215ae6
#2059e5
#1f58e4
#1e57e3
#1d56e2
#1c55e1
#1b54e0
#1a53df
#1952de
#1851dd
#1750dc

Download this Dark Blue

Hex #255eea 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.

#255eea Color Code Preview on Black Background Color

This is how #255eea Color will look on black background color. Color contrast ratio is 3.87

#255eea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #255eea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #255eea

#255eea color code is use for CSS Background Color

Background color for the above div is #255eea

HTML with inline CSS

<div style="background-color:#255eea;"></div>

#255eea color code is use for CSS Border Color

CSS Border color for the above div is #255eea

HTML with inline CSS

<div style="border:5px solid #255eea;"></div>

CSS Border Left color for the above div is #255eea

HTML with inline CSS

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

CSS Border Right color for the above div is #255eea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #255eea

HTML with inline CSS

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

CSS Border Top color for the above div is #255eea

HTML with inline CSS

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

#255eea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#255eea Color code Preview on White Background

This is how #255eea Color code will look on white background color. Color contrast ratio is 5.43

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

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(37,94,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,177,37,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(37,94,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }