HEX: #388BF5
RGB: (56,139,245)
#388BF5 contains mainly blue color. Web safe color of #388BF5 is #3399FF (or #39F).
#388BF5 color RGB value is (56,139,245).
RGB: (56,139,245)
(22%, 55%, 96%)
R 56 of 255 = 22%
G 139 of 255 = 55%
B 245 of 255 = 96%
R + G + B ~ 58%. #388BF5 is middle color (not dark and not light).
R + G + B = 56 + 139 + 245 = 440 (100%)
R 56 of 440 ~ 12.73%
G 139 of 440 ~ 31.59%
B 245 of 440 ~ 55.68'%
#388BF5 color CMYK value is (77,43,0,4).
CMYK: (77,43,0,4)
C77M43Y0K4 (77%, 43%, 0%, 4%)
(0.77 / 0.43 / 0.00 / 0.04)
Color #388BF5 in popluar color models
38 | 8B | F5 | |
---|---|---|---|
RGB | 56 | 139 | 245 |
HSL | 214° | 90.43% | 59.02% |
HSB/HSV | 214° | 77.14% | 96.08% |
CMYK | 77.14% | 43.27% | 0.00% |
3.92% |
Color #388BF5 in popluar number systems.
HEX | 38 | 8B | F5 |
Decimal | 56 | 139 | 245 |
Binary | 111000 | 10001011 | 11110101 |
Octal | 70 | 213 | 365 |
Shades of #388BF5
Tints of #388BF5
Examples of css and html codes for elements with #388BF5 color. Also use rgb(56,139,245) instead hex code.
.myTextColor { color: #388BF5; }
<p style="color:#388BF5">This sample text font color is #388BF5.</p>
This text font color is #388BF5.
.myBgColor { background-color: #388BF5; }
<div style="background-color:#388BF5">Inner text</div>
This div background color is #388BF5.
.myBorderColor { border: 1px solid #388BF5; }
<div style="border:3px solid #388BF5">Div</div>
This div border color is #388BF5.
.myOpacity80 { color: #388BF5; opacity: 0.8; }
<p style="color:#388BF5;opacity:0.8;">80%</p>
Text with #388BF5 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #388BF5;}
<p style="text-shadow: 3px 3px 1px #388BF5">Text here.</p>
This text has shadow with #388BF5 color.
.textShadow {text-shadow: 3px 3px 1px #388BF5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #388BF5, 5px 5px 20px red">Text here.</p>
This text has shadow with #388BF5 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#388BF5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#388BF5, Direction=45, Strength=4)">Text</p>
This text has shadow with #388BF5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #388BF5;
-webkit-box-shadow: 1px 1px 3px 2px #388BF5;
box-shadow: 1px 1px 3px 2px #388BF5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #388BF5; -webkit-box-shadow: 1px 1px 3px 2px #388BF5; box-shadow:1px 1px 3px 2px #388BF5;">
Div content here
</div>
This text has color #388BF5 on black background.
This text has color #388BF5 on white background.
This text has black color on #388BF5 background.
This text has white color on #388BF5 background.
Complementary color for #hex is #C7740A.