HEX: #4480EE
RGB: (68,128,238)
#4480EE contains mainly blue color. Web safe color of #4480EE is #3366FF (or #36F).
#4480EE color RGB value is (68,128,238).
RGB: (68,128,238)
(27%, 50%, 93%)
R 68 of 255 = 27%
G 128 of 255 = 50%
B 238 of 255 = 93%
R + G + B ~ 57%. #4480EE is middle color (not dark and not light).
R + G + B = 68 + 128 + 238 = 434 (100%)
R 68 of 434 ~ 15.67%
G 128 of 434 ~ 29.49%
B 238 of 434 ~ 54.84'%
#4480EE color CMYK value is (71,46,0,7).
CMYK: (71,46,0,7)
C71M46Y0K7 (71%, 46%, 0%, 7%)
(0.71 / 0.46 / 0.00 / 0.07)
Color #4480EE in popluar color models
44 | 80 | EE | |
---|---|---|---|
RGB | 68 | 128 | 238 |
HSL | 219° | 83.33% | 60.00% |
HSB/HSV | 219° | 71.43% | 93.33% |
CMYK | 71.43% | 46.22% | 0.00% |
6.67% |
Color #4480EE in popluar number systems.
HEX | 44 | 80 | EE |
Decimal | 68 | 128 | 238 |
Binary | 1000100 | 10000000 | 11101110 |
Octal | 104 | 200 | 356 |
Shades of #4480EE
Tints of #4480EE
Examples of css and html codes for elements with #4480EE color. Also use rgb(68,128,238) instead hex code.
.myTextColor { color: #4480EE; }
<p style="color:#4480EE">This sample text font color is #4480EE.</p>
This text font color is #4480EE.
.myBgColor { background-color: #4480EE; }
<div style="background-color:#4480EE">Inner text</div>
This div background color is #4480EE.
.myBorderColor { border: 1px solid #4480EE; }
<div style="border:3px solid #4480EE">Div</div>
This div border color is #4480EE.
.myOpacity80 { color: #4480EE; opacity: 0.8; }
<p style="color:#4480EE;opacity:0.8;">80%</p>
Text with #4480EE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4480EE;}
<p style="text-shadow: 3px 3px 1px #4480EE">Text here.</p>
This text has shadow with #4480EE color.
.textShadow {text-shadow: 3px 3px 1px #4480EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4480EE, 5px 5px 20px red">Text here.</p>
This text has shadow with #4480EE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4480EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4480EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #4480EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4480EE;
-webkit-box-shadow: 1px 1px 3px 2px #4480EE;
box-shadow: 1px 1px 3px 2px #4480EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4480EE; -webkit-box-shadow: 1px 1px 3px 2px #4480EE; box-shadow:1px 1px 3px 2px #4480EE;">
Div content here
</div>
This text has color #4480EE on black background.
This text has color #4480EE on white background.
This text has black color on #4480EE background.
This text has white color on #4480EE background.
Complementary color for #hex is #BB7F11.