Shades of Steel Blue #457DBB
Tints of Steel Blue #457DBB
RGB
CMYK
RGB Variations
Color information
#457DBB (or 0x457DBB) is known color: Steel Blue. HEX triplet: 45, 7D and BB. RGB value is (69,125,187). Sum of RGB (Red+Green+Blue) = 69+125+187=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 125 (49.22% from 255 or 32.81% 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 #457DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DBB is #BA8244. Grayscale: #737373. Windows color (decimal): -12223045 or 12287301. OLE color: 12287301.
HSL color Cylindrical-coordinate representation of color #457DBB: hue angle of 211.53º 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 #457DBB is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 125 | 187 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.27 |
| HSL | 211.53º | 0.46% | 0.5% | - |
| HSV(B) | 211.53º | 0.63% | 0.73% | - |
| XYZ | 18.76 | 19.52 | 49.79 | - |
| YUV | 115.32 | 168.45 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 187 | 0.63 | 0.33 | 0 | 0.27 | 211.53 | 0.46 | 0.5 |
| Hex | 45 | 7D | BB | 3F | 21 | 0 | 1B | D4 | 2E | 32 |
| Octal | 105 | 175 | 273 | 77 | 41 | 0 | 33 | 324 | 56 | 62 |
| Binary | 1000101 | 1111101 | 10111011 | 111111 | 100001 | 0 | 11011 | 11010100 | 101110 | 110010 |
Color Harmonies of #457DBB
Complementary color
Monochromatic Colors of #457DBB
Black with #457DBB
Text Example
Text Example
White with #457DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DBB; }
p { color: rgb(69,125,187); }
H1.HeaderClassName
{
color: #457DBB;
}
.AnyTagClassName
{
color: #457DBB;
}
</style>
background-color css
<style>
a { background-color: #457DBB; }
a { background-color: rgb(69,125,187); }
div.DivClassName
{
background-color: #457DBB;
}
.BgClassName
{
background-color: #457DBB;
}
</style>
border-color css
<style>
span { border-color: #457DBB; }
span { border-color: rgb(69,125,187); }
td.TdClassName
{
border-color: #457DBB;
}
.TagClassName
{
border-color: #457DBB;
}
</style>