Skip to main content Skip to docs navigation

#2298ef 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 Button Blue and its hex is #24A0ED Nearest Color Name

Color Hue/Base color: Blue

Hex #2298ef Color code in RGB color code model is created after adding 13.33% red color, 59.61% green color and 93.73% blue color. Hex #2298ef Color code in CMYK color (process color) code model is generated after subtraction of 86% cyan, 36% magenta, 0% yellow and 6.27% black.

Hex #2298ef color code is between #1199ee web safe hex color code and #3388ff web safe hex color code. #1199ee is the nearest web safe color code. You can see here many more shades of #2298ef color code.

RGB Chart

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

Color Table

Hex Color Code 2298ef #2298ef
RGB Decimal 34, 152, 239 34, 152, 239
RGB Percent 13%, 60%, 94% rgb(13%, 60%, 94%)
CSS RGBa 34, 152, 239,1 rgba(34,152,239,1)
CMYK Model cmyk(86%,36%,0%,6.27%)
HSL Color Space 205,86% ,54% hsl(205,86% ,54%)
HSV Color Space 205°, 86%, 94%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100010 10011000 11101111
Octal 42 230 357
Decimal 34 152 239
Hex 22 98 ef

Different shades of #2298ef color code.

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

Darkest of #2298ef
#084470
Darker of #2298ef
#0c619f
Dark of #2298ef
#0f7ecf
Base of #2298ef
#2298ef
Light of #2298ef
#52aef2
Lighter
#81c4f6
Lightest
#b1daf9

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

#2298ef
#ef7922

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

Split Complementary

#2298ef
#ef2232
#efdf22

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

Analogous Color

#22efce
#22edef
#2298ef
#2254ef
#4622ef

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

#2298ef
#98ef22
#ef2298

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

#2298ef
#ef2298
#ef7922
#22ef79

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

#2298ef
#df22ef
#ef7922
#32ef22

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 #2298ef

#052740
#084470
#0c619f
#0f7ecf
#2298ef
#52aef2
#81c4f6
#b1daf9
#e0f1fd

Tints of #2298ef Color

#2298ef
#3aa3f0
#53aef2
#6bbaf4
#84c5f6
#9cd1f7
#b5dcf9
#cde8fb
#e6f3fd
#ffffff

Shades of #2298ef color code

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

#2298ef
#1e87d4
#1a76b9
#16659f
#125484
#0f436a
#0b324f
#072135
#03101a
#000000

Tones

#2298ef
#3a94d7
#5191c0
#698da8
#818a90

Tones

Similar Color like #2298ef color

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

#2399f0
#249af1
#259bf2
#269cf3
#279df4
#289ef5
#299ff6
#2aa0f7
#2ba1f8
#2ca2f9
#2da3fa
#2ea4fb
#2fa5fc
#30a6fd
#2197ee
#2096ed
#1f95ec
#1e94eb
#1d93ea
#1c92e9
#1b91e8
#1a90e7
#198fe6
#188ee5
#178de4
#168ce3
#158be2
#148ae1

Download this Dark Blue

Hex #2298ef 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.

#2298ef Color Code Preview on Black Background Color

This is how #2298ef Color will look on black background color. Color contrast ratio is 6.81

#2298ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2298ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2298ef

#2298ef color code is use for CSS Background Color

Background color for the above div is #2298ef

HTML with inline CSS

<div style="background-color:#2298ef;"></div>

#2298ef color code is use for CSS Border Color

CSS Border color for the above div is #2298ef

HTML with inline CSS

<div style="border:5px solid #2298ef;"></div>

CSS Border Left color for the above div is #2298ef

HTML with inline CSS

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

CSS Border Right color for the above div is #2298ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2298ef

HTML with inline CSS

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

CSS Border Top color for the above div is #2298ef

HTML with inline CSS

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

#2298ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2298ef Color code Preview on White Background

This is how #2298ef Color code will look on white background color. Color contrast ratio is 3.09

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

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(34,152,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,121,34,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(34,152,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }