Shades of Steel Blue #457BB2
Tints of Steel Blue #457BB2
RGB
CMYK
RGB Variations
Color information
#457BB2 (or 0x457BB2) is known color: Steel Blue. HEX triplet: 45, 7B and B2. RGB value is (69,123,178). Sum of RGB (Red+Green+Blue) = 69+123+178=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #457BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #457BB2 is #BA844D. Grayscale: #707070. Windows color (decimal): -12223566 or 11696965. OLE color: 11696965.
HSL color Cylindrical-coordinate representation of color #457BB2: hue angle of 210.28º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #457BB2 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 123 | 178 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.30 |
| HSL | 210.28º | 0.44% | 0.48% | - |
| HSV(B) | 210.28º | 0.61% | 0.7% | - |
| XYZ | 17.57 | 18.65 | 44.79 | - |
| YUV | 113.12 | 164.61 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 123 | 178 | 0.61 | 0.31 | 0 | 0.30 | 210.28 | 0.44 | 0.48 |
| Hex | 45 | 7B | B2 | 3D | 1F | 0 | 1E | D2 | 2C | 30 |
| Octal | 105 | 173 | 262 | 75 | 37 | 0 | 36 | 322 | 54 | 60 |
| Binary | 1000101 | 1111011 | 10110010 | 111101 | 11111 | 0 | 11110 | 11010010 | 101100 | 110000 |
Color Harmonies of #457BB2
Complementary color
Monochromatic Colors of #457BB2
Black with #457BB2
Text Example
Text Example
White with #457BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457BB2; }
p { color: rgb(69,123,178); }
H1.HeaderClassName
{
color: #457BB2;
}
.AnyTagClassName
{
color: #457BB2;
}
</style>
background-color css
<style>
a { background-color: #457BB2; }
a { background-color: rgb(69,123,178); }
div.DivClassName
{
background-color: #457BB2;
}
.BgClassName
{
background-color: #457BB2;
}
</style>
border-color css
<style>
span { border-color: #457BB2; }
span { border-color: rgb(69,123,178); }
td.TdClassName
{
border-color: #457BB2;
}
.TagClassName
{
border-color: #457BB2;
}
</style>