Shades of Steel Blue #457DB5
Tints of Steel Blue #457DB5
RGB
CMYK
RGB Variations
Color information
#457DB5 (or 0x457DB5) is known color: Steel Blue. HEX triplet: 45, 7D and B5. RGB value is (69,125,181). Sum of RGB (Red+Green+Blue) = 69+125+181=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #457DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DB5 is #BA824A. Grayscale: #727272. Windows color (decimal): -12223051 or 11894085. OLE color: 11894085.
HSL color Cylindrical-coordinate representation of color #457DB5: hue angle of 210º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #457DB5 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 125 | 181 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.29 |
| HSL | 210º | 0.45% | 0.49% | - |
| HSV(B) | 210º | 0.62% | 0.71% | - |
| XYZ | 18.13 | 19.27 | 46.48 | - |
| YUV | 114.64 | 165.45 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 181 | 0.62 | 0.31 | 0 | 0.29 | 210 | 0.45 | 0.49 |
| Hex | 45 | 7D | B5 | 3E | 1F | 0 | 1D | D2 | 2D | 31 |
| Octal | 105 | 175 | 265 | 76 | 37 | 0 | 35 | 322 | 55 | 61 |
| Binary | 1000101 | 1111101 | 10110101 | 111110 | 11111 | 0 | 11101 | 11010010 | 101101 | 110001 |
Color Harmonies of #457DB5
Complementary color
Monochromatic Colors of #457DB5
Black with #457DB5
Text Example
Text Example
White with #457DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DB5; }
p { color: rgb(69,125,181); }
H1.HeaderClassName
{
color: #457DB5;
}
.AnyTagClassName
{
color: #457DB5;
}
</style>
background-color css
<style>
a { background-color: #457DB5; }
a { background-color: rgb(69,125,181); }
div.DivClassName
{
background-color: #457DB5;
}
.BgClassName
{
background-color: #457DB5;
}
</style>
border-color css
<style>
span { border-color: #457DB5; }
span { border-color: rgb(69,125,181); }
td.TdClassName
{
border-color: #457DB5;
}
.TagClassName
{
border-color: #457DB5;
}
</style>