HEX: #587DF6
RGB: (88,125,246)
#587DF6 contains mainly blue color. Web safe color of #587DF6 is #6666FF (or #66F).
#587DF6 color RGB value is (88,125,246).
RGB: (88,125,246)
(35%, 49%, 96%)
R 88 of 255 = 35%
G 125 of 255 = 49%
B 246 of 255 = 96%
R + G + B ~ 60%. #587DF6 is middle color (not dark and not light).
R + G + B = 88 + 125 + 246 = 459 (100%)
R 88 of 459 ~ 19.17%
G 125 of 459 ~ 27.23%
B 246 of 459 ~ 53.59'%
#587DF6 color CMYK value is (64,49,0,4).
CMYK: (64,49,0,4)
C64M49Y0K4 (64%, 49%, 0%, 4%)
(0.64 / 0.49 / 0.00 / 0.04)
Color #587DF6 in popluar color models
58 | 7D | F6 | |
---|---|---|---|
RGB | 88 | 125 | 246 |
HSL | 226° | 89.77% | 65.49% |
HSB/HSV | 226° | 64.23% | 96.47% |
CMYK | 64.23% | 49.19% | 0.00% |
3.53% |
Color #587DF6 in popluar number systems.
HEX | 58 | 7D | F6 |
Decimal | 88 | 125 | 246 |
Binary | 1011000 | 1111101 | 11110110 |
Octal | 130 | 175 | 366 |
Shades of #587DF6
Tints of #587DF6
Examples of css and html codes for elements with #587DF6 color. Also use rgb(88,125,246) instead hex code.
.myTextColor { color: #587DF6; }
<p style="color:#587DF6">This sample text font color is #587DF6.</p>
This text font color is #587DF6.
.myBgColor { background-color: #587DF6; }
<div style="background-color:#587DF6">Inner text</div>
This div background color is #587DF6.
.myBorderColor { border: 1px solid #587DF6; }
<div style="border:3px solid #587DF6">Div</div>
This div border color is #587DF6.
.myOpacity80 { color: #587DF6; opacity: 0.8; }
<p style="color:#587DF6;opacity:0.8;">80%</p>
Text with #587DF6 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #587DF6;}
<p style="text-shadow: 3px 3px 1px #587DF6">Text here.</p>
This text has shadow with #587DF6 color.
.textShadow {text-shadow: 3px 3px 1px #587DF6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #587DF6, 5px 5px 20px red">Text here.</p>
This text has shadow with #587DF6 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#587DF6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#587DF6, Direction=45, Strength=4)">Text</p>
This text has shadow with #587DF6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #587DF6;
-webkit-box-shadow: 1px 1px 3px 2px #587DF6;
box-shadow: 1px 1px 3px 2px #587DF6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #587DF6; -webkit-box-shadow: 1px 1px 3px 2px #587DF6; box-shadow:1px 1px 3px 2px #587DF6;">
Div content here
</div>
This text has color #587DF6 on black background.
This text has color #587DF6 on white background.
This text has black color on #587DF6 background.
This text has white color on #587DF6 background.
Complementary color for #hex is #A78209.