@
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.

#255dfb hex color - Blue - Cool color - Information

#255dfb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #255dfb Color code in RGB color code model is created after adding 14.51% red color, 36.47% green color and 98.43% blue color. Hex #255dfb Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 63% magenta, 0% yellow and 1.57% black.

Hex #255dfb color code is between #2255ff web safe hex color code and #3366ee web safe hex color code. #2255ff is the nearest web safe color code. You can see here many more shades of #255dfb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code255dfb#255dfb
RGB Decimal37, 93, 251rgb(37, 93, 251)
RGB Percent15%, 36%, 98%rgb(15%, 36%, 98%)
CSS RGBa37, 93, 251,1rgba(37,93,251,1)
CMYK Modelcmyk(85%,63%,0%,1.57%)
HSL Color Space224,96% ,56%hsl(224,96% ,56%)
HSV Color Space224°, 85%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001010101110111111011
Octal45135373
Decimal3793251
Hex255dfb

Different shades of #255dfb color code.

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

Light Shade of #255dfb
#5782fc
Dark Shade of #255dfb
#0440e9
Saturated Shade of #255dfb
#215bff
Desaturated Shade of #255dfb
#3062f0
Grey scale Shade of #255dfb
#909090
Brighten Shade
#3e76ff
Most Readable Shade
#FFFFFF

Shades of #255dfb color code

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

#255dfb
#2052df
#1c48c3
#183ea7
#14338b
#10296f
#0c1f53
#081437
#040a1b
#000000

Similar Color like #255dfb color

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

#265efc
#275ffd
#2860fe
#2961ff
#2a62ff
#2b63ff
#2c64ff
#2d65ff
#2e66ff
#2f67ff
#3068ff
#3169ff
#326aff
#336bff
#245cfa
#235bf9
#225af8
#2159f7
#2058f6
#1f57f5
#1e56f4
#1d55f3
#1c54f2
#1b53f1
#1a52f0
#1951ef
#1850ee
#174fed

Monochromatic Color with #255dfb

#255dfb
#060e26
#0c1e51
#122e7b
#183ea6
#1f4dd0

Tints of #255dfb Color

#255dfb
#3d6ffb
#5581fb
#6d93fc
#85a5fc
#9eb7fd
#b6c9fd
#cedbfe
#e6edfe
#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

#255dfb
#fbc325

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

Split Complementary

#255dfb
#fb5825
#c8fb25

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

Analogous Color

#25b3fb
#2588fb
#255dfb
#2532fb
#4325fb

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

#255dfb
#fb255d
#5dfb25

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

#255dfb
#fb25c8
#fbc325
#25fb58

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

#255dfb
#fbc325
#c8fb25
#5825fb

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 #255dfb 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.

#255dfb Color Code Preview on Black Background Color

This is how #255dfb Color will look on black background color. Color contrast ratio is 4.04

#255dfb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#255dfb color code is use for CSS Background Color

Background color for the above div is #255dfb

HTML with inline CSS

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

#255dfb color code is use for CSS Border Color

CSS Border color for the above div is #255dfb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#255dfb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#255dfb Color code Preview on White Background

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

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(37,93,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,195,37,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(37,93,251,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.