crispedge.com

Color picker

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

#1122dd hex color - Blue - Cool color - Information

#1122dd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #1122dd Color code in RGB color code model is created after adding 6.67% red color, 13.33% green color and 86.67% blue color. Hex #1122dd Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 85% magenta, 0% yellow and 13% black.

Hex #1122dd color code is a web safe color. Next web safe color code is #0011cc and previous web safe color code is #0033ee. You can see here many more shades of #1122dd color code.

0 Likes 0 Comments | 37 Views

Color Table

Hex Color Code1122dd#1122dd
RGB Decimal17, 34, 221rgb(17, 34, 221)
RGB Percent7%, 13%, 87%rgb(7%, 13%, 87%)
CSS RGBa17, 34, 221,1rgba(17,34,221,1)
CMYK Modelcmyk(92%,85%,0%,13%)
HSL Color Space235,86% ,47%hsl(235,86% ,47%)
HSV Color Space235°, 92%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000100010010001011011101
Octal2142335
Decimal1734221
Hex1122dd

Different shades of #1122dd color code.

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

Light Shade of #1122dd
#3242ef
Dark Shade of #1122dd
#0d1bae
Saturated Shade of #1122dd
#0518e9
Desaturated Shade of #1122dd
#1d2cd1
Grey scale Shade of #1122dd
#777777
Brighten Shade
#2a3bf6
Most Readable Shade
#FFFFFF

Shades of #1122dd color code

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

#1122dd
#0f1ec4
#0d1aab
#0b1693
#09127a
#070f62
#050b49
#030731
#010318
#000000

Similar Color like #1122dd color

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

#1223de
#1324df
#1425e0
#1526e1
#1627e2
#1728e3
#1829e4
#192ae5
#1a2be6
#1b2ce7
#1c2de8
#1d2ee9
#1e2fea
#1f30eb
#1021dc
#0f20db
#0e1fda
#0d1ed9
#0c1dd8
#0b1cd7
#0a1bd6
#091ad5
#0819d4
#0718d3
#0617d2
#0516d1
#0415d0
#0314cf

Monochromatic Color with #1122dd

#1122dd
#010108
#040833
#070e5d
#0a1588
#0e1bb3

Tints of #1122dd Color

#1122dd
#2b3ae0
#4553e4
#606be8
#7a84ec
#959cef
#afb5f3
#cacdf7
#e4e6fb
#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

#1122dd
#ddcc11

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

Split Complementary

#1122dd
#dd6611
#88dd11

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

Analogous Color

#1174dd
#114bdd
#1122dd
#2911dd
#5211dd

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

#1122dd
#dd1122
#22dd11

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

#1122dd
#dd1188
#ddcc11
#11dd66

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

#1122dd
#ddcc11
#88dd11
#6611dd

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 #1122dd 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.

#1122dd Color Code Preview on Black Background Color

This is how #1122dd Color will look on black background color. Color contrast ratio is 2.30

#1122dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1122dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #1122dd

#1122dd color code is use for CSS Background Color

Background color for the above div is #1122dd

HTML with inline CSS

<div style="background-color:#1122dd;"></div>

#1122dd color code is use for CSS Border Color

CSS Border color for the above div is #1122dd

HTML with inline CSS

<div style="border:5px solid #1122dd;"></div>

CSS Border Left color for the above div is #1122dd

HTML with inline CSS

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

CSS Border Right color for the above div is #1122dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #1122dd

HTML with inline CSS

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

CSS Border Top color for the above div is #1122dd

HTML with inline CSS

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

#1122dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#1122dd Color code Preview on White Background

This is how #1122dd Color code will look on white background color. Color contrast ratio is 9.14

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

Related Gradients

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

0 Likes 0 Comments | 37 Views

Post your comment:-

By submitting comment you agree to our privacy policy.