Shades of Steel Blue #457DC3
Tints of Steel Blue #457DC3
RGB
CMYK
RGB Variations
Color information
#457DC3 (or 0x457DC3) is known color: Steel Blue. HEX triplet: 45, 7D and C3. RGB value is (69,125,195). Sum of RGB (Red+Green+Blue) = 69+125+195=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #457DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DC3 is #BA823C. Grayscale: #737373. Windows color (decimal): -12223037 or 12811589. OLE color: 12811589.
HSL color Cylindrical-coordinate representation of color #457DC3: hue angle of 213.33º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #457DC3 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 125 | 195 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.24 |
| HSL | 213.33º | 0.51% | 0.52% | - |
| HSV(B) | 213.33º | 0.65% | 0.76% | - |
| XYZ | 19.64 | 19.87 | 54.43 | - |
| YUV | 116.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 195 | 0.65 | 0.36 | 0 | 0.24 | 213.33 | 0.51 | 0.52 |
| Hex | 45 | 7D | C3 | 41 | 24 | 0 | 18 | D5 | 33 | 34 |
| Octal | 105 | 175 | 303 | 101 | 44 | 0 | 30 | 325 | 63 | 64 |
| Binary | 1000101 | 1111101 | 11000011 | 1000001 | 100100 | 0 | 11000 | 11010101 | 110011 | 110100 |
Color Harmonies of #457DC3
Complementary color
Monochromatic Colors of #457DC3
Black with #457DC3
Text Example
Text Example
White with #457DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DC3; }
p { color: rgb(69,125,195); }
H1.HeaderClassName
{
color: #457DC3;
}
.AnyTagClassName
{
color: #457DC3;
}
</style>
background-color css
<style>
a { background-color: #457DC3; }
a { background-color: rgb(69,125,195); }
div.DivClassName
{
background-color: #457DC3;
}
.BgClassName
{
background-color: #457DC3;
}
</style>
border-color css
<style>
span { border-color: #457DC3; }
span { border-color: rgb(69,125,195); }
td.TdClassName
{
border-color: #457DC3;
}
.TagClassName
{
border-color: #457DC3;
}
</style>