HEX: #427CBD
RGB: (66,124,189)
#427CBD contains mainly blue color. Web safe color of #427CBD is #3366CC (or #36C).
#427CBD color RGB value is (66,124,189).
RGB: (66,124,189)
(26%, 49%, 74%)
R 66 of 255 = 26%
G 124 of 255 = 49%
B 189 of 255 = 74%
R + G + B ~ 50%. #427CBD is middle color (not dark and not light).
R + G + B = 66 + 124 + 189 = 379 (100%)
R 66 of 379 ~ 17.41%
G 124 of 379 ~ 32.72%
B 189 of 379 ~ 49.87'%
#427CBD color CMYK value is (65,34,0,26).
CMYK: (65,34,0,26)
C65M34Y0K26 (65%, 34%, 0%, 26%)
(0.65 / 0.34 / 0.00 / 0.26)
Color #427CBD in popluar color models
42 | 7C | BD | |
---|---|---|---|
RGB | 66 | 124 | 189 |
HSL | 212° | 48.24% | 50.00% |
HSB/HSV | 212° | 65.08% | 74.12% |
CMYK | 65.08% | 34.39% | 0.00% |
25.88% |
Color #427CBD in popluar number systems.
HEX | 42 | 7C | BD |
Decimal | 66 | 124 | 189 |
Binary | 1000010 | 1111100 | 10111101 |
Octal | 102 | 174 | 275 |
Shades of #427CBD
Tints of #427CBD
Examples of css and html codes for elements with #427CBD color. Also use rgb(66,124,189) instead hex code.
.myTextColor { color: #427CBD; }
<p style="color:#427CBD">This sample text font color is #427CBD.</p>
This text font color is #427CBD.
.myBgColor { background-color: #427CBD; }
<div style="background-color:#427CBD">Inner text</div>
This div background color is #427CBD.
.myBorderColor { border: 1px solid #427CBD; }
<div style="border:3px solid #427CBD">Div</div>
This div border color is #427CBD.
.myOpacity80 { color: #427CBD; opacity: 0.8; }
<p style="color:#427CBD;opacity:0.8;">80%</p>
Text with #427CBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #427CBD;}
<p style="text-shadow: 3px 3px 1px #427CBD">Text here.</p>
This text has shadow with #427CBD color.
.textShadow {text-shadow: 3px 3px 1px #427CBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #427CBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #427CBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#427CBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#427CBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #427CBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #427CBD;
-webkit-box-shadow: 1px 1px 3px 2px #427CBD;
box-shadow: 1px 1px 3px 2px #427CBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #427CBD; -webkit-box-shadow: 1px 1px 3px 2px #427CBD; box-shadow:1px 1px 3px 2px #427CBD;">
Div content here
</div>
This text has color #427CBD on black background.
This text has color #427CBD on white background.
This text has black color on #427CBD background.
This text has white color on #427CBD background.
Complementary color for #427CBD is #BD8342.