crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#0892D0 hex color - Rich Electric Blue - Blue - Cool color - Information

#0892D0 hex color - Rich Electric Blue - Blue - Cool color

Color Hue/Base color: Blue

Hex #0892D0 Color Code is also known as Rich Electric Blue color.

Hex #0892D0 Color code in RGB color code model is created after adding 3.14% red color, 57.25% green color and 81.57% blue color. Hex #0892D0 Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 30% magenta, 0% yellow and 18% black.

Hex #0892D0 color code is between #0099cc web safe hex color code and #0088dd web safe hex color code. #0099cc is the nearest web safe color code. You can see here many more shades of #0892D0 color code.

0 Likes 0 Comments | 94 Views

Color Table

Hex Color Code0892D0#0892D0
RGB Decimal8, 146, 208rgb(8, 146, 208)
RGB Percent3%, 57%, 82%rgb(3%, 57%, 82%)
CSS RGBa8, 146, 208,1rgba(8,146,208,1)
CMYK Modelcmyk(96%,30%,0%,18%)
HSL Color Space199,93% ,42%hsl(199,93% ,42%)
HSV Color Space199°, 96%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010001001001011010000
Octal10222320
Decimal8146208
Hex0892D0

Different shades of #0892D0 color code.

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

Light Shade of #0892D0
#15b0f6
Dark Shade of #0892D0
#06709f
Saturated Shade of #0892D0
#0095d8
Desaturated Shade of #0892D0
#138ec5
Grey scale Shade of #0892D0
#6c6c6c
Brighten Shade
#21abe9
Most Readable Shade
#000000

Shades of #0892D0 color code

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

#0892d0
#0781b8
#0671a1
#05618a
#045173
#03405c
#023045
#01202e
#001017
#000000

Similar Color like #0892D0 color

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

#0993d1
#0a94d2
#0b95d3
#0c96d4
#0d97d5
#0e98d6
#0f99d7
#109ad8
#119bd9
#129cda
#139ddb
#149edc
#159fdd
#16a0de
#0791cf
#0690ce
#058fcd
#048ecc
#038dcb
#028cca
#018bc9
#008ac8
#0089c7
#0088c6
#0087c5
#0086c4
#0085c3
#0084c2

Monochromatic Color with #0892D0

#0892D0
#0ab0fa
#011b26
#033850
#05567b
#0674a5

Tints of #0892D0 Color

#0892d0
#239ed5
#3eaada
#5ab6df
#75c2e4
#91ceea
#acdaef
#c8e6f4
#e3f2f9
#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

#0892D0
#d04608

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

Split Complementary

#0892D0
#d0082e
#d0aa08

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

Analogous Color

#08d0be
#08bad0
#0892d0
#086ad0
#0842d0

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

#0892D0
#d00892
#92d008

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

#0892D0
#aa08d0
#d04608
#2ed008

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

#0892D0
#d04608
#d0aa08
#082ed0

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 #0892D0 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.

#0892D0 Color Code Preview on Black Background Color

This is how #0892D0 Color will look on black background color. Color contrast ratio is 6.03

#0892D0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0892D0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0892D0

#0892D0 color code is use for CSS Background Color

Background color for the above div is #0892D0

HTML with inline CSS

<div style="background-color:#0892D0;"></div>

#0892D0 color code is use for CSS Border Color

CSS Border color for the above div is #0892D0

HTML with inline CSS

<div style="border:5px solid #0892D0;"></div>

CSS Border Left color for the above div is #0892D0

HTML with inline CSS

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

CSS Border Right color for the above div is #0892D0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0892D0

HTML with inline CSS

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

CSS Border Top color for the above div is #0892D0

HTML with inline CSS

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

#0892D0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0892D0 Color code Preview on White Background

This is how #0892D0 Color code will look on white background color. Color contrast ratio is 3.48

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

Related Gradients

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

0 Likes 0 Comments | 94 Views

Post your comment:-

By submitting comment you agree to our privacy policy.