HEX: #0A7EDB
RGB: (10,126,219)
#0A7EDB contains mainly blue color. Web safe color of #0A7EDB is #0066CC (or #06C).
#0A7EDB color RGB value is (10,126,219).
RGB: (10,126,219)
(4%, 49%, 86%)
R 10 of 255 = 4%
G 126 of 255 = 49%
B 219 of 255 = 86%
R + G + B ~ 46%. #0A7EDB is middle color (not dark and not light).
R + G + B = 10 + 126 + 219 = 355 (100%)
R 10 of 355 ~ 2.82%
G 126 of 355 ~ 35.49%
B 219 of 355 ~ 61.69'%
#0A7EDB color CMYK value is (95,42,0,14).
CMYK: (95,42,0,14) C95M42Y0K14 (95%,42%,0%,14%) (0.95/0.42/0.00/0.14)
Color #0A7EDB in popluar color models
0A | 7E | DB | |
---|---|---|---|
RGB | 10 | 126 | 219 |
HSL | 207° | 91.27% | 44.90% |
HSB/HSV | 207° | 95.43% | 85.88% |
CMYK | 95.43% | 42.47% | 0.00% |
14.12% |
Color #0A7EDB in popluar number systems.
HEX | 0A | 7E | DB |
Decimal | 10 | 126 | 219 |
Binary | 1010 | 1111110 | 11011011 |
Octal | 12 | 176 | 333 |
Shades of #0A7EDB
Tints of #0A7EDB
Examples of css and html codes for elements with #0A7EDB color. Also use rgb(10,126,219) instead hex code.
.myTextColor { color: #0A7EDB; }
<p style="color:#0A7EDB">This sample text font color is #0A7EDB.</p>
This text font color is #0A7EDB.
.myBgColor { background-color: #0A7EDB; }
<div style="background-color:#0A7EDB">Inner text</div>
This div background color is #0A7EDB.
.myBorderColor { border: 1px solid #0A7EDB; }
<div style="border:3px solid #0A7EDB">Div</div>
This div border color is #0A7EDB.
.myOpacity80 { color: #0A7EDB; opacity: 0.8; }
<p style="color:#0A7EDB;opacity:0.8;">80%</p>
Text with #0A7EDB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #0A7EDB;}
<p style="text-shadow: 3px 3px 1px #0A7EDB">Text here.</p>
This text has shadow with #0A7EDB color.
.textShadow {text-shadow: 3px 3px 1px #0A7EDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #0A7EDB, 5px 5px 20px red">Text here.</p>
This text has shadow with #0A7EDB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0A7EDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#0A7EDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #0A7EDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0A7EDB;
-webkit-box-shadow: 1px 1px 3px 2px #0A7EDB;
box-shadow: 1px 1px 3px 2px #0A7EDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0A7EDB; -webkit-box-shadow: 1px 1px 3px 2px #0A7EDB; box-shadow:1px 1px 3px 2px #0A7EDB;">
Div content here
</div>
This text has color #0A7EDB on black background.
This text has color #0A7EDB on white background.
This text has black color on #0A7EDB background.
This text has white color on #0A7EDB background.
Complementary color for #hex is #F58124.