Shades of Steel Blue #457CBF
Tints of Steel Blue #457CBF
RGB
CMYK
RGB Variations
Color information
#457CBF (or 0x457CBF) is known color: Steel Blue. HEX triplet: 45, 7C and BF. RGB value is (69,124,191). Sum of RGB (Red+Green+Blue) = 69+124+191=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 124 (48.83% from 255 or 32.29% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #457CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457CBF is #BA8340. Grayscale: #727272. Windows color (decimal): -12223297 or 12549189. OLE color: 12549189.
HSL color Cylindrical-coordinate representation of color #457CBF: hue angle of 212.95º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #457CBF is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 124 | 191 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.25 |
| HSL | 212.95º | 0.49% | 0.51% | - |
| HSV(B) | 212.95º | 0.64% | 0.75% | - |
| XYZ | 19.07 | 19.44 | 52.04 | - |
| YUV | 115.19 | 170.78 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 124 | 191 | 0.64 | 0.35 | 0 | 0.25 | 212.95 | 0.49 | 0.51 |
| Hex | 45 | 7C | BF | 40 | 23 | 0 | 19 | D5 | 31 | 33 |
| Octal | 105 | 174 | 277 | 100 | 43 | 0 | 31 | 325 | 61 | 63 |
| Binary | 1000101 | 1111100 | 10111111 | 1000000 | 100011 | 0 | 11001 | 11010101 | 110001 | 110011 |
Color Harmonies of #457CBF
Complementary color
Monochromatic Colors of #457CBF
Black with #457CBF
Text Example
Text Example
White with #457CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457CBF; }
p { color: rgb(69,124,191); }
H1.HeaderClassName
{
color: #457CBF;
}
.AnyTagClassName
{
color: #457CBF;
}
</style>
background-color css
<style>
a { background-color: #457CBF; }
a { background-color: rgb(69,124,191); }
div.DivClassName
{
background-color: #457CBF;
}
.BgClassName
{
background-color: #457CBF;
}
</style>
border-color css
<style>
span { border-color: #457CBF; }
span { border-color: rgb(69,124,191); }
td.TdClassName
{
border-color: #457CBF;
}
.TagClassName
{
border-color: #457CBF;
}
</style>