Shades of Steel Blue #457FBB
Tints of Steel Blue #457FBB
RGB
CMYK
RGB Variations
Color information
#457FBB (or 0x457FBB) is known color: Steel Blue. HEX triplet: 45, 7F and BB. RGB value is (69,127,187). Sum of RGB (Red+Green+Blue) = 69+127+187=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #457FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FBB is #BA8044. Grayscale: #747474. Windows color (decimal): -12222533 or 12287813. OLE color: 12287813.
HSL color Cylindrical-coordinate representation of color #457FBB: hue angle of 210.51º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #457FBB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 127 | 187 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.27 |
| HSL | 210.51º | 0.46% | 0.5% | - |
| HSV(B) | 210.51º | 0.63% | 0.73% | - |
| XYZ | 19.01 | 20.03 | 49.88 | - |
| YUV | 116.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 187 | 0.63 | 0.32 | 0 | 0.27 | 210.51 | 0.46 | 0.5 |
| Hex | 45 | 7F | BB | 3F | 20 | 0 | 1B | D3 | 2E | 32 |
| Octal | 105 | 177 | 273 | 77 | 40 | 0 | 33 | 323 | 56 | 62 |
| Binary | 1000101 | 1111111 | 10111011 | 111111 | 100000 | 0 | 11011 | 11010011 | 101110 | 110010 |
Color Harmonies of #457FBB
Complementary color
Monochromatic Colors of #457FBB
Black with #457FBB
Text Example
Text Example
White with #457FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FBB; }
p { color: rgb(69,127,187); }
H1.HeaderClassName
{
color: #457FBB;
}
.AnyTagClassName
{
color: #457FBB;
}
</style>
background-color css
<style>
a { background-color: #457FBB; }
a { background-color: rgb(69,127,187); }
div.DivClassName
{
background-color: #457FBB;
}
.BgClassName
{
background-color: #457FBB;
}
</style>
border-color css
<style>
span { border-color: #457FBB; }
span { border-color: rgb(69,127,187); }
td.TdClassName
{
border-color: #457FBB;
}
.TagClassName
{
border-color: #457FBB;
}
</style>