Skip to main content Skip to docs navigation

#259faa 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 Cancer Seagreen Scarab and its hex is #27A0A8 Nearest Color Name

Color Hue/Base color: Blue

Hex #259faa Color code in RGB color code model is created after adding 14.51% red color, 62.35% green color and 66.67% blue color. Hex #259faa Color code in CMYK color (process color) code model is generated after subtraction of 78% cyan, 6% magenta, 0% yellow and 33.33% black.

Hex #259faa color code is between #229999 web safe hex color code and #33aabb web safe hex color code. #229999 is the nearest web safe color code. You can see here many more shades of #259faa color code.

RGB Chart

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

Color Table

Hex Color Code 259faa #259faa
RGB Decimal 37, 159, 170 37, 159, 170
RGB Percent 15%, 62%, 67% rgb(15%, 62%, 67%)
CSS RGBa 37, 159, 170,1 rgba(37,159,170,1)
CMYK Model cmyk(78%,6%,0%,33.33%)
HSL Color Space 185,64% ,41% hsl(185,64% ,41%)
HSV Color Space 185°, 78%, 67%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100101 10011111 10101010
Octal 45 237 252
Decimal 37 159 170
Hex 25 9f aa

Different shades of #259faa color code.

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

Darkest of #259faa
#0a292c
Darker of #259faa
#135156
Dark of #259faa
#1c7880
Base of #259faa
#259faa
Light of #259faa
#30c5d2
Lighter
#5ad0db
Lightest
#84dce4

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

#259faa
#aa3025

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

Split Complementary

#259faa
#aa255d
#aa7225

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

Analogous Color

#25aa67
#25aa7e
#259faa
#2573aa
#253baa

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

#259faa
#9faa25
#aa259f

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

#259faa
#aa259f
#aa3025
#25aa30

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

#259faa
#7225aa
#aa3025
#5daa25

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 #259faa

#010202
#0a292c
#135156
#1c7880
#259faa
#30c5d2
#5ad0db
#84dce4
#aee8ed

Tints of #259faa Color

#259faa
#3da9b3
#55b4bc
#6dbfc6
#85c9cf
#9ed4d9
#b6dfe2
#cee9ec
#e6f4f5
#ffffff

Shades of #259faa color code

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

#259faa
#208d97
#1c7b84
#186a71
#14585e
#10464b
#0c3538
#082325
#041112
#000000

Tones

#259faa
#3a8e95
#4e7c81
#636b6c
#686868

Tones

Similar Color like #259faa color

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

#26a0ab
#27a1ac
#28a2ad
#29a3ae
#2aa4af
#2ba5b0
#2ca6b1
#2da7b2
#2ea8b3
#2fa9b4
#30aab5
#31abb6
#32acb7
#33adb8
#249ea9
#239da8
#229ca7
#219ba6
#209aa5
#1f99a4
#1e98a3
#1d97a2
#1c96a1
#1b95a0
#1a949f
#19939e
#18929d
#17919c

Download this Dark Blue

Hex #259faa 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.

#259faa Color Code Preview on Black Background Color

This is how #259faa Color will look on black background color. Color contrast ratio is 6.62

#259faa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #259faa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #259faa

#259faa color code is use for CSS Background Color

Background color for the above div is #259faa

HTML with inline CSS

<div style="background-color:#259faa;"></div>

#259faa color code is use for CSS Border Color

CSS Border color for the above div is #259faa

HTML with inline CSS

<div style="border:5px solid #259faa;"></div>

CSS Border Left color for the above div is #259faa

HTML with inline CSS

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

CSS Border Right color for the above div is #259faa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #259faa

HTML with inline CSS

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

CSS Border Top color for the above div is #259faa

HTML with inline CSS

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

#259faa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#259faa Color code Preview on White Background

This is how #259faa Color code will look on white background color. Color contrast ratio is 3.17

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

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