HEX: #7488EF
RGB: (116,136,239)
#7488EF contains mainly blue color. Web safe color of #7488EF is #6699FF (or #69F).
#7488EF color RGB value is (116,136,239).
RGB: (116,136,239)
(45%, 53%, 94%)
R 116 of 255 = 45%
G 136 of 255 = 53%
B 239 of 255 = 94%
R + G + B ~ 64%. #7488EF is quite light color.
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'%
#7488EF color CMYK value is (51,43,0,6).
CMYK: (51,43,0,6)
C51M43Y0K6 (51%, 43%, 0%, 6%)
(0.51 / 0.43 / 0.00 / 0.06)
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 of #7488EF
Tints of #7488EF
Examples of css and html codes for elements with #7488EF color. Also use rgb(116,136,239) instead hex code.
.myTextColor { color: #7488EF; }
<p style="color:#7488EF">This sample text font color is #7488EF.</p>
This text font color is #7488EF.
.myBgColor { background-color: #7488EF; }
<div style="background-color:#7488EF">Inner text</div>
This div background color is #7488EF.
.myBorderColor { border: 1px solid #7488EF; }
<div style="border:3px solid #7488EF">Div</div>
This div border color is #7488EF.
.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%.
.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.
/* 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 text has color #7488EF on black background.
This text has color #7488EF on white background.
This text has black color on #7488EF background.
This text has white color on #7488EF background.
Complementary color for #hex is #8B7710.