Shades of Steel Blue #4280BC
Tints of Steel Blue #4280BC
RGB
CMYK
RGB Variations
Color information
#4280BC (or 0x4280BC) is known color: Steel Blue. HEX triplet: 42, 80 and BC. RGB value is (66,128,188). Sum of RGB (Red+Green+Blue) = 66+128+188=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #4280BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280BC is #BD7F43. Grayscale: #747474. Windows color (decimal): -12418884 or 12353602. OLE color: 12353602.
HSL color Cylindrical-coordinate representation of color #4280BC: hue angle of 209.51º 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 #4280BC is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 128 | 188 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.26 |
| HSL | 209.51º | 0.48% | 0.5% | - |
| HSV(B) | 209.51º | 0.65% | 0.74% | - |
| XYZ | 19.04 | 20.23 | 50.48 | - |
| YUV | 116.3 | 168.46 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 188 | 0.65 | 0.32 | 0 | 0.26 | 209.51 | 0.48 | 0.5 |
| Hex | 42 | 80 | BC | 41 | 20 | 0 | 1A | D2 | 30 | 32 |
| Octal | 102 | 200 | 274 | 101 | 40 | 0 | 32 | 322 | 60 | 62 |
| Binary | 1000010 | 10000000 | 10111100 | 1000001 | 100000 | 0 | 11010 | 11010010 | 110000 | 110010 |
Color Harmonies of #4280BC
Complementary color
Monochromatic Colors of #4280BC
Black with #4280BC
Text Example
Text Example
White with #4280BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280BC; }
p { color: rgb(66,128,188); }
H1.HeaderClassName
{
color: #4280BC;
}
.AnyTagClassName
{
color: #4280BC;
}
</style>
background-color css
<style>
a { background-color: #4280BC; }
a { background-color: rgb(66,128,188); }
div.DivClassName
{
background-color: #4280BC;
}
.BgClassName
{
background-color: #4280BC;
}
</style>
border-color css
<style>
span { border-color: #4280BC; }
span { border-color: rgb(66,128,188); }
td.TdClassName
{
border-color: #4280BC;
}
.TagClassName
{
border-color: #4280BC;
}
</style>