crispedge.com

Color picker

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

#2779ad hex color - Blue - Cool color - Information

#2779ad hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #2779ad Color code in RGB color code model is created after adding 15.29% red color, 47.45% green color and 67.84% blue color. Hex #2779ad Color code in CMYK color (process color) code model is generated after subtraction of 77% cyan, 30% magenta, 0% yellow and 32% black.

Hex #2779ad color code is between #2277aa web safe hex color code and #3388bb web safe hex color code. #2277aa is the nearest web safe color code. You can see here many more shades of #2779ad color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code2779ad#2779ad
RGB Decimal39, 121, 173rgb(39, 121, 173)
RGB Percent15%, 47%, 68%rgb(15%, 47%, 68%)
CSS RGBa39, 121, 173,1rgba(39,121,173,1)
CMYK Modelcmyk(77%,30%,0%,32%)
HSL Color Space203,63% ,42%hsl(203,63% ,42%)
HSV Color Space203°, 77%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001001110111100110101101
Octal47171255
Decimal39121173
Hex2779ad

Different shades of #2779ad color code.

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

Light Shade of #2779ad
#3595d2
Dark Shade of #2779ad
#1e5c83
Saturated Shade of #2779ad
#1c7bb8
Desaturated Shade of #2779ad
#3277a2
Grey scale Shade of #2779ad
#6a6a6a
Brighten Shade
#4092c6
Most Readable Shade
#FFFFFF

Shades of #2779ad color code

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

#2779ad
#226b99
#1e5e86
#1a5073
#154360
#11354c
#0d2839
#081a26
#040d13
#000000

Similar Color like #2779ad color

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

#287aae
#297baf
#2a7cb0
#2b7db1
#2c7eb2
#2d7fb3
#2e80b4
#2f81b5
#3082b6
#3183b7
#3284b8
#3385b9
#3486ba
#3587bb
#2678ac
#2577ab
#2476aa
#2375a9
#2274a8
#2173a7
#2072a6
#1f71a5
#1e70a4
#1d6fa3
#1c6ea2
#1b6da1
#1a6ca0
#196b9f

Monochromatic Color with #2779ad

#2779ad
#3197d7
#010203
#0a202d
#143e58
#1d5b82

Tints of #2779ad Color

#2779ad
#3f87b6
#5796bf
#6fa5c8
#87b4d1
#9fc3da
#b7d2e3
#cfe1ec
#e7f0f5
#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

#2779ad
#ad5b27

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

Split Complementary

#2779ad
#ad2736
#ad9e27

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

Analogous Color

#27adab
#2794ad
#2779ad
#275ead
#2743ad

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

#2779ad
#ad2779
#79ad27

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

#2779ad
#9e27ad
#ad5b27
#36ad27

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

#2779ad
#ad5b27
#ad9e27
#2736ad

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 #2779ad 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.

#2779ad Color Code Preview on Black Background Color

This is how #2779ad Color will look on black background color. Color contrast ratio is 4.42

#2779ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2779ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2779ad

#2779ad color code is use for CSS Background Color

Background color for the above div is #2779ad

HTML with inline CSS

<div style="background-color:#2779ad;"></div>

#2779ad color code is use for CSS Border Color

CSS Border color for the above div is #2779ad

HTML with inline CSS

<div style="border:5px solid #2779ad;"></div>

CSS Border Left color for the above div is #2779ad

HTML with inline CSS

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

CSS Border Right color for the above div is #2779ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2779ad

HTML with inline CSS

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

CSS Border Top color for the above div is #2779ad

HTML with inline CSS

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

#2779ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2779ad Color code Preview on White Background

This is how #2779ad Color code will look on white background color. Color contrast ratio is 4.75

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

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.