COLOR #7488EF

HEX: #7488EF RGB: (116,136,239)

Color info

#7488EF contains mainly blue color. Web safe color of #7488EF is #6699FF (or #69F).

RGB color model

#7488EF color RGB value is (116,136,239).

RGB: (116,136,239) (45%, 53%, 94%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 239 of 255 = 94%

116
136
239

R + G + B ~ 64%. #7488EF is quite light color.

Portions of RGB colors in percentages

R + G + B = 116 + 136 + 239 = 491 (100%)
R 116 of 491 ~ 23.63%
G 136 of 491 ~ 27.7%
B 239 of 491 ~ 48.68'%

%23.63
%27.7
%48.68

CMYK color model

#7488EF color CMYK value is (51,43,0,6).

  • cyan value is 51.46%
  • magenta value is 43.10%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (51,43,0,6)
C51M43Y0K6 (51%, 43%, 0%, 6%)
(0.51 / 0.43 / 0.00 / 0.06)

CMYK percentages

%51.46
%43.1
%0
%6.27

Codes

Color #7488EF in popluar color models

74 88 EF
RGB 116 136 239
HSL 230° 79.35% 69.61%
HSB/HSV 230° 51.46% 93.73%
CMYK 51.46% 43.10% 0.00%
6.27%

Color #7488EF in popluar number systems.

HEX 74 88 EF
Decimal 116 136 239
Binary 1110100 10001000 11101111
Octal 164 210 357

Shades and tints

Shades of #7488EF

#7488EF
(116,136,239)
#6A7CDA
(106,124,218)
#6070C5
(96,112,197)
#5664B0
(86,100,176)
#4C589B
(76,88,155)
#424C86
(66,76,134)
#384071
(56,64,113)
#2E345C
(46,52,92)
#242847
(36,40,71)
#1A1C32
(26,28,50)
#10101D
(16,16,29)
#000000
(0,0,0)

Tints of #7488EF

#7488EF
(116,136,239)
#8092F0
(128,146,240)
#8C9CF1
(140,156,241)
#98A6F2
(152,166,242)
#A4B0F3
(164,176,243)
#B0BAF4
(176,186,244)
#BCC4F5
(188,196,245)
#C8CEF6
(200,206,246)
#D4D8F7
(212,216,247)
#E0E2F8
(224,226,248)
#ECECF9
(236,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7488EF color. Also use rgb(116,136,239) instead hex code.

Text Font Color

.myTextColor { color: #7488EF; }

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

This text font color is #7488EF.

Background Color

.myBgColor { background-color: #7488EF; }

<div style="background-color:#7488EF">Inner text</div>

This div background color is #7488EF.

Border color

.myBorderColor { border: 1px solid #7488EF; }

<div style="border:3px solid #7488EF">Div</div>

This div border color is #7488EF.

Opacity

.myOpacity80 { color: #7488EF; opacity: 0.8; }

<p style="color:#7488EF;opacity:0.8;">80%</p>

Text with #7488EF 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 #7488EF;}

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

This text has shadow with #7488EF color.


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

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

This text has shadow with #7488EF primary color and red secondary color.


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

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

This text has shadow with #7488EF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7488EF.

Preview

Color preview on black background

This text has color #7488EF on black background.


Color preview on white background

This text has color #7488EF on white background.


Black color preview on #7488EF background

This text has black color on #7488EF background.


White color preview on #7488EF background

This text has white color on #7488EF background.


Related colors

Complementary color

Complementary color for #hex is #8B7710.


I love getcolorcode.com

Triadic colors

1 #EF7488 and #88EF74 with #7488EF are triadic colors.

2 #EF8874 and #8874EF with #7488EF are triadic colors.