COLOR #7088DD

HEX: #7088DD RGB: (112,136,221)

Color info

#7088DD contains mainly blue color. Web safe color of #7088DD is #6699CC (or #69C).

RGB color model

#7088DD color RGB value is (112,136,221).

RGB: (112,136,221) (44%, 53%, 87%)

RGB channels and saturation

R 112 of 255 = 44%
G 136 of 255 = 53%
B 221 of 255 = 87%

112
136
221

R + G + B ~ 61%. #7088DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 136 + 221 = 469 (100%)
R 112 of 469 ~ 23.88%
G 136 of 469 ~ 29%
B 221 of 469 ~ 47.12'%

%23.88
%29
%47.12

CMYK color model

#7088DD color CMYK value is (49,38,0,13).

  • cyan value is 49.32%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (49,38,0,13)
C49M38Y0K13 (49%, 38%, 0%, 13%)
(0.49 / 0.38 / 0.00 / 0.13)

CMYK percentages

%49.32
%38.46
%0
%13.33

Codes

Color #7088DD in popluar color models

70 88 DD
RGB 112 136 221
HSL 227° 61.58% 65.29%
HSB/HSV 227° 49.32% 86.67%
CMYK 49.32% 38.46% 0.00%
13.33%

Color #7088DD in popluar number systems.

HEX 70 88 DD
Decimal 112 136 221
Binary 1110000 10001000 11011101
Octal 160 210 335

Shades and tints

Shades of #7088DD

#7088DD
(112,136,221)
#667CC9
(102,124,201)
#5C70B5
(92,112,181)
#5264A1
(82,100,161)
#48588D
(72,88,141)
#3E4C79
(62,76,121)
#344065
(52,64,101)
#2A3451
(42,52,81)
#20283D
(32,40,61)
#161C29
(22,28,41)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #7088DD

#7088DD
(112,136,221)
#7D92E0
(125,146,224)
#8A9CE3
(138,156,227)
#97A6E6
(151,166,230)
#A4B0E9
(164,176,233)
#B1BAEC
(177,186,236)
#BEC4EF
(190,196,239)
#CBCEF2
(203,206,242)
#D8D8F5
(216,216,245)
#E5E2F8
(229,226,248)
#F2ECFB
(242,236,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7088DD color. Also use rgb(112,136,221) instead hex code.

Text Font Color

.myTextColor { color: #7088DD; }

<p style="color:#7088DD">This sample text font color is #7088DD.</p>

This text font color is #7088DD.

Background Color

.myBgColor { background-color: #7088DD; }

<div style="background-color:#7088DD">Inner text</div>

This div background color is #7088DD.

Border color

.myBorderColor { border: 1px solid #7088DD; }

<div style="border:3px solid #7088DD">Div</div>

This div border color is #7088DD.

Opacity

.myOpacity80 { color: #7088DD; opacity: 0.8; }

<p style="color:#7088DD;opacity:0.8;">80%</p>

Text with #7088DD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7088DD;}

<p style="text-shadow: 3px 3px 1px #7088DD">Text here.</p>

This text has shadow with #7088DD color.


.textShadow {text-shadow: 3px 3px 1px #7088DD', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7088DD, 5px 5px 20px red">Text here.</p>

This text has shadow with #7088DD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7088DD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7088DD, Direction=45, Strength=4)">Text</p>

This text has shadow with #7088DD and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7088DD;
-webkit-box-shadow: 1px 1px 3px 2px #7088DD;
box-shadow: 1px 1px 3px 2px #7088DD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7088DD; -webkit-box-shadow: 1px 1px 3px 2px #7088DD; box-shadow:1px 1px 3px 2px #7088DD;">
Div content here
</div>

This div box has shadow with color #7088DD.

Preview

Color preview on black background

This text has color #7088DD on black background.


Color preview on white background

This text has color #7088DD on white background.


Black color preview on #7088DD background

This text has black color on #7088DD background.


White color preview on #7088DD background

This text has white color on #7088DD background.


Related colors

Complementary color

Complementary color for #hex is #8F7722.


I love getcolorcode.com

Triadic colors

1 #DD7088 and #88DD70 with #7088DD are triadic colors.

2 #DD8870 and #8870DD with #7088DD are triadic colors.