Shades of Steel Blue #427EBC
Tints of Steel Blue #427EBC
RGB
CMYK
RGB Variations
Color information
#427EBC (or 0x427EBC) is known color: Steel Blue. HEX triplet: 42, 7E and BC. RGB value is (66,126,188). Sum of RGB (Red+Green+Blue) = 66+126+188=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #427EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EBC is #BD8143. Grayscale: #727272. Windows color (decimal): -12419396 or 12353090. OLE color: 12353090.
HSL color Cylindrical-coordinate representation of color #427EBC: hue angle of 210.49º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427EBC is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 126 | 188 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.26 |
| HSL | 210.49º | 0.48% | 0.5% | - |
| HSV(B) | 210.49º | 0.65% | 0.74% | - |
| XYZ | 18.78 | 19.71 | 50.39 | - |
| YUV | 115.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 126 | 188 | 0.65 | 0.33 | 0 | 0.26 | 210.49 | 0.48 | 0.5 |
| Hex | 42 | 7E | BC | 41 | 21 | 0 | 1A | D2 | 30 | 32 |
| Octal | 102 | 176 | 274 | 101 | 41 | 0 | 32 | 322 | 60 | 62 |
| Binary | 1000010 | 1111110 | 10111100 | 1000001 | 100001 | 0 | 11010 | 11010010 | 110000 | 110010 |
Color Harmonies of #427EBC
Complementary color
Monochromatic Colors of #427EBC
Black with #427EBC
Text Example
Text Example
White with #427EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427EBC; }
p { color: rgb(66,126,188); }
H1.HeaderClassName
{
color: #427EBC;
}
.AnyTagClassName
{
color: #427EBC;
}
</style>
background-color css
<style>
a { background-color: #427EBC; }
a { background-color: rgb(66,126,188); }
div.DivClassName
{
background-color: #427EBC;
}
.BgClassName
{
background-color: #427EBC;
}
</style>
border-color css
<style>
span { border-color: #427EBC; }
span { border-color: rgb(66,126,188); }
td.TdClassName
{
border-color: #427EBC;
}
.TagClassName
{
border-color: #427EBC;
}
</style>