Shades of Steel Blue #457DBE
Tints of Steel Blue #457DBE
RGB
CMYK
RGB Variations
Color information
#457DBE (or 0x457DBE) is known color: Steel Blue. HEX triplet: 45, 7D and BE. RGB value is (69,125,190). Sum of RGB (Red+Green+Blue) = 69+125+190=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #457DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DBE is #BA8241. Grayscale: #737373. Windows color (decimal): -12223042 or 12483909. OLE color: 12483909.
HSL color Cylindrical-coordinate representation of color #457DBE: hue angle of 212.23º degrees, saturation: 0.48, 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 #457DBE is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 125 | 190 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.25 |
| HSL | 212.23º | 0.48% | 0.51% | - |
| HSV(B) | 212.23º | 0.64% | 0.75% | - |
| XYZ | 19.08 | 19.65 | 51.5 | - |
| YUV | 115.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 190 | 0.64 | 0.34 | 0 | 0.25 | 212.23 | 0.48 | 0.51 |
| Hex | 45 | 7D | BE | 40 | 22 | 0 | 19 | D4 | 30 | 33 |
| Octal | 105 | 175 | 276 | 100 | 42 | 0 | 31 | 324 | 60 | 63 |
| Binary | 1000101 | 1111101 | 10111110 | 1000000 | 100010 | 0 | 11001 | 11010100 | 110000 | 110011 |
Color Harmonies of #457DBE
Complementary color
Monochromatic Colors of #457DBE
Black with #457DBE
Text Example
Text Example
White with #457DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DBE; }
p { color: rgb(69,125,190); }
H1.HeaderClassName
{
color: #457DBE;
}
.AnyTagClassName
{
color: #457DBE;
}
</style>
background-color css
<style>
a { background-color: #457DBE; }
a { background-color: rgb(69,125,190); }
div.DivClassName
{
background-color: #457DBE;
}
.BgClassName
{
background-color: #457DBE;
}
</style>
border-color css
<style>
span { border-color: #457DBE; }
span { border-color: rgb(69,125,190); }
td.TdClassName
{
border-color: #457DBE;
}
.TagClassName
{
border-color: #457DBE;
}
</style>