HEX: #508BEF
RGB: (80,139,239)
#508BEF contains mainly blue color. Web safe color of #508BEF is #6699FF (or #69F).
#508BEF color RGB value is (80,139,239).
RGB: (80,139,239)
(31%, 55%, 94%)
R 80 of 255 = 31%
G 139 of 255 = 55%
B 239 of 255 = 94%
R + G + B ~ 60%. #508BEF is middle color (not dark and not light).
R + G + B = 80 + 139 + 239 = 458 (100%)
R 80 of 458 ~ 17.47%
G 139 of 458 ~ 30.35%
B 239 of 458 ~ 52.18'%
#508BEF color CMYK value is (67,42,0,6).
CMYK: (67,42,0,6)
C67M42Y0K6 (67%, 42%, 0%, 6%)
(0.67 / 0.42 / 0.00 / 0.06)
Color #508BEF in popluar color models
50 | 8B | EF | |
---|---|---|---|
RGB | 80 | 139 | 239 |
HSL | 218° | 83.25% | 62.55% |
HSB/HSV | 218° | 66.53% | 93.73% |
CMYK | 66.53% | 41.84% | 0.00% |
6.27% |
Color #508BEF in popluar number systems.
HEX | 50 | 8B | EF |
Decimal | 80 | 139 | 239 |
Binary | 1010000 | 10001011 | 11101111 |
Octal | 120 | 213 | 357 |
Shades of #508BEF
Tints of #508BEF
Examples of css and html codes for elements with #508BEF color. Also use rgb(80,139,239) instead hex code.
.myTextColor { color: #508BEF; }
<p style="color:#508BEF">This sample text font color is #508BEF.</p>
This text font color is #508BEF.
.myBgColor { background-color: #508BEF; }
<div style="background-color:#508BEF">Inner text</div>
This div background color is #508BEF.
.myBorderColor { border: 1px solid #508BEF; }
<div style="border:3px solid #508BEF">Div</div>
This div border color is #508BEF.
.myOpacity80 { color: #508BEF; opacity: 0.8; }
<p style="color:#508BEF;opacity:0.8;">80%</p>
Text with #508BEF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #508BEF;}
<p style="text-shadow: 3px 3px 1px #508BEF">Text here.</p>
This text has shadow with #508BEF color.
.textShadow {text-shadow: 3px 3px 1px #508BEF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #508BEF, 5px 5px 20px red">Text here.</p>
This text has shadow with #508BEF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#508BEF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#508BEF, Direction=45, Strength=4)">Text</p>
This text has shadow with #508BEF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #508BEF;
-webkit-box-shadow: 1px 1px 3px 2px #508BEF;
box-shadow: 1px 1px 3px 2px #508BEF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #508BEF; -webkit-box-shadow: 1px 1px 3px 2px #508BEF; box-shadow:1px 1px 3px 2px #508BEF;">
Div content here
</div>
This text has color #508BEF on black background.
This text has color #508BEF on white background.
This text has black color on #508BEF background.
This text has white color on #508BEF background.
Complementary color for #hex is #AF7410.