Shades of Steel Blue #4280BB
Tints of Steel Blue #4280BB
RGB
CMYK
RGB Variations
Color information
#4280BB (or 0x4280BB) is known color: Steel Blue. HEX triplet: 42, 80 and BB. RGB value is (66,128,187). Sum of RGB (Red+Green+Blue) = 66+128+187=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #4280BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280BB is #BD7F44. Grayscale: #737373. Windows color (decimal): -12418885 or 12288066. OLE color: 12288066.
HSL color Cylindrical-coordinate representation of color #4280BB: hue angle of 209.26º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4280BB is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 128 | 187 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.27 |
| HSL | 209.26º | 0.48% | 0.5% | - |
| HSV(B) | 209.26º | 0.65% | 0.73% | - |
| XYZ | 18.94 | 20.18 | 49.91 | - |
| YUV | 116.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 128 | 187 | 0.65 | 0.32 | 0 | 0.27 | 209.26 | 0.48 | 0.5 |
| Hex | 42 | 80 | BB | 41 | 20 | 0 | 1B | D1 | 30 | 32 |
| Octal | 102 | 200 | 273 | 101 | 40 | 0 | 33 | 321 | 60 | 62 |
| Binary | 1000010 | 10000000 | 10111011 | 1000001 | 100000 | 0 | 11011 | 11010001 | 110000 | 110010 |
Color Harmonies of #4280BB
Complementary color
Monochromatic Colors of #4280BB
Black with #4280BB
Text Example
Text Example
White with #4280BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4280BB; }
p { color: rgb(66,128,187); }
H1.HeaderClassName
{
color: #4280BB;
}
.AnyTagClassName
{
color: #4280BB;
}
</style>
background-color css
<style>
a { background-color: #4280BB; }
a { background-color: rgb(66,128,187); }
div.DivClassName
{
background-color: #4280BB;
}
.BgClassName
{
background-color: #4280BB;
}
</style>
border-color css
<style>
span { border-color: #4280BB; }
span { border-color: rgb(66,128,187); }
td.TdClassName
{
border-color: #4280BB;
}
.TagClassName
{
border-color: #4280BB;
}
</style>