crispedge.com

Color picker

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

#1481e0 hex color - Blue - Cool color - Information

#1481e0 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #1481e0 Color code in RGB color code model is created after adding 7.84% red color, 50.59% green color and 87.84% blue color. Hex #1481e0 Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 42% magenta, 0% yellow and 12% black.

Hex #1481e0 color code is between #1188dd web safe hex color code and #2277ee web safe hex color code. #1188dd is the nearest web safe color code. You can see here many more shades of #1481e0 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code1481e0#1481e0
RGB Decimal20, 129, 224rgb(20, 129, 224)
RGB Percent8%, 51%, 88%rgb(8%, 51%, 88%)
CSS RGBa20, 129, 224,1rgba(20,129,224,1)
CMYK Modelcmyk(91%,42%,0%,12%)
HSL Color Space208,84% ,48%hsl(208,84% ,48%)
HSV Color Space208°, 91%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101001000000111100000
Octal24201340
Decimal20129224
Hex1481e0

Different shades of #1481e0 color code.

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

Light Shade of #1481e0
#3a9aed
Dark Shade of #1481e0
#1066b1
Saturated Shade of #1481e0
#0882ec
Desaturated Shade of #1481e0
#2080d4
Grey scale Shade of #1481e0
#7a7a7a
Brighten Shade
#2d9af9
Most Readable Shade
#FFFFFF

Shades of #1481e0 color code

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

#1481e0
#1172c7
#0f64ae
#0d5695
#0b477c
#083963
#062b4a
#041c31
#020e18
#000000

Similar Color like #1481e0 color

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

#1582e1
#1683e2
#1784e3
#1885e4
#1986e5
#1a87e6
#1b88e7
#1c89e8
#1d8ae9
#1e8bea
#1f8ceb
#208dec
#218eed
#228fee
#1380df
#127fde
#117edd
#107ddc
#0f7cdb
#0e7bda
#0d7ad9
#0c79d8
#0b78d7
#0a77d6
#0976d5
#0875d4
#0774d3
#0673d2

Monochromatic Color with #1481e0

#1481e0
#01070b
#051f36
#093860
#0c508b
#1069b5

Tints of #1481e0 Color

#1481e0
#2e8fe3
#489de6
#62abea
#7cb9ed
#96c7f1
#b0d5f4
#cae3f8
#e4f1fb
#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

#1481e0
#e07314

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

Split Complementary

#1481e0
#e0141b
#e0d914

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

Analogous Color

#14d3e0
#14aae0
#1481e0
#1458e0
#142fe0

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

#1481e0
#e01481
#81e014

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

#1481e0
#d914e0
#e07314
#1be014

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

#1481e0
#e07314
#e0d914
#141be0

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 #1481e0 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.

#1481e0 Color Code Preview on Black Background Color

This is how #1481e0 Color will look on black background color. Color contrast ratio is 5.25

#1481e0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1481e0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1481e0

#1481e0 color code is use for CSS Background Color

Background color for the above div is #1481e0

HTML with inline CSS

<div style="background-color:#1481e0;"></div>

#1481e0 color code is use for CSS Border Color

CSS Border color for the above div is #1481e0

HTML with inline CSS

<div style="border:5px solid #1481e0;"></div>

CSS Border Left color for the above div is #1481e0

HTML with inline CSS

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

CSS Border Right color for the above div is #1481e0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1481e0

HTML with inline CSS

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

CSS Border Top color for the above div is #1481e0

HTML with inline CSS

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

#1481e0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1481e0 Color code Preview on White Background

This is how #1481e0 Color code will look on white background color. Color contrast ratio is 4.00

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.