Shades of Steel Blue #457DBA
Tints of Steel Blue #457DBA
RGB
CMYK
RGB Variations
Color information
#457DBA (or 0x457DBA) is known color: Steel Blue. HEX triplet: 45, 7D and BA. RGB value is (69,125,186). Sum of RGB (Red+Green+Blue) = 69+125+186=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #457DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DBA is #BA8245. Grayscale: #727272. Windows color (decimal): -12223046 or 12221765. OLE color: 12221765.
HSL color Cylindrical-coordinate representation of color #457DBA: hue angle of 211.28º 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 #457DBA is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 125 | 186 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.27 |
| HSL | 211.28º | 0.46% | 0.5% | - |
| HSV(B) | 211.28º | 0.63% | 0.73% | - |
| XYZ | 18.65 | 19.48 | 49.23 | - |
| YUV | 115.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 186 | 0.63 | 0.33 | 0 | 0.27 | 211.28 | 0.46 | 0.5 |
| Hex | 45 | 7D | BA | 3F | 21 | 0 | 1B | D3 | 2E | 32 |
| Octal | 105 | 175 | 272 | 77 | 41 | 0 | 33 | 323 | 56 | 62 |
| Binary | 1000101 | 1111101 | 10111010 | 111111 | 100001 | 0 | 11011 | 11010011 | 101110 | 110010 |
Color Harmonies of #457DBA
Complementary color
Monochromatic Colors of #457DBA
Black with #457DBA
Text Example
Text Example
White with #457DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DBA; }
p { color: rgb(69,125,186); }
H1.HeaderClassName
{
color: #457DBA;
}
.AnyTagClassName
{
color: #457DBA;
}
</style>
background-color css
<style>
a { background-color: #457DBA; }
a { background-color: rgb(69,125,186); }
div.DivClassName
{
background-color: #457DBA;
}
.BgClassName
{
background-color: #457DBA;
}
</style>
border-color css
<style>
span { border-color: #457DBA; }
span { border-color: rgb(69,125,186); }
td.TdClassName
{
border-color: #457DBA;
}
.TagClassName
{
border-color: #457DBA;
}
</style>