HEX: #388CF4
RGB: (56,140,244)
#388CF4 contains mainly blue color. Web safe color of #388CF4 is #3399FF (or #39F).
#388CF4 color RGB value is (56,140,244).
RGB: (56,140,244)
(22%, 55%, 96%)
R 56 of 255 = 22%
G 140 of 255 = 55%
B 244 of 255 = 96%
R + G + B ~ 58%. #388CF4 is middle color (not dark and not light).
R + G + B = 56 + 140 + 244 = 440 (100%)
R 56 of 440 ~ 12.73%
G 140 of 440 ~ 31.82%
B 244 of 440 ~ 55.45'%
#388CF4 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 #388CF4 in popluar color models
38 | 8C | F4 | |
---|---|---|---|
RGB | 56 | 140 | 244 |
HSL | 213° | 89.52% | 58.82% |
HSB/HSV | 213° | 77.05% | 95.69% |
CMYK | 77.05% | 42.62% | 0.00% |
4.31% |
Color #388CF4 in popluar number systems.
HEX | 38 | 8C | F4 |
Decimal | 56 | 140 | 244 |
Binary | 111000 | 10001100 | 11110100 |
Octal | 70 | 214 | 364 |
Shades of #388CF4
Tints of #388CF4
Examples of css and html codes for elements with #388CF4 color. Also use rgb(56,140,244) instead hex code.
.myTextColor { color: #388CF4; }
<p style="color:#388CF4">This sample text font color is #388CF4.</p>
This text font color is #388CF4.
.myBgColor { background-color: #388CF4; }
<div style="background-color:#388CF4">Inner text</div>
This div background color is #388CF4.
.myBorderColor { border: 1px solid #388CF4; }
<div style="border:3px solid #388CF4">Div</div>
This div border color is #388CF4.
.myOpacity80 { color: #388CF4; opacity: 0.8; }
<p style="color:#388CF4;opacity:0.8;">80%</p>
Text with #388CF4 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #388CF4;}
<p style="text-shadow: 3px 3px 1px #388CF4">Text here.</p>
This text has shadow with #388CF4 color.
.textShadow {text-shadow: 3px 3px 1px #388CF4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #388CF4, 5px 5px 20px red">Text here.</p>
This text has shadow with #388CF4 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#388CF4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#388CF4, Direction=45, Strength=4)">Text</p>
This text has shadow with #388CF4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #388CF4;
-webkit-box-shadow: 1px 1px 3px 2px #388CF4;
box-shadow: 1px 1px 3px 2px #388CF4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #388CF4; -webkit-box-shadow: 1px 1px 3px 2px #388CF4; box-shadow:1px 1px 3px 2px #388CF4;">
Div content here
</div>
This text has color #388CF4 on black background.
This text has color #388CF4 on white background.
This text has black color on #388CF4 background.
This text has white color on #388CF4 background.
Complementary color for #hex is #C7730B.