Shades of Steel Blue #457DC1
Tints of Steel Blue #457DC1
RGB
CMYK
RGB Variations
Color information
#457DC1 (or 0x457DC1) is known color: Steel Blue. HEX triplet: 45, 7D and C1. RGB value is (69,125,193). Sum of RGB (Red+Green+Blue) = 69+125+193=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #457DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457DC1 is #BA823E. Grayscale: #737373. Windows color (decimal): -12223039 or 12680517. OLE color: 12680517.
HSL color Cylindrical-coordinate representation of color #457DC1: hue angle of 212.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #457DC1 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 125 | 193 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.24 |
| HSL | 212.9º | 0.5% | 0.51% | - |
| HSV(B) | 212.9º | 0.64% | 0.76% | - |
| XYZ | 19.41 | 19.78 | 53.25 | - |
| YUV | 116.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 125 | 193 | 0.64 | 0.35 | 0 | 0.24 | 212.9 | 0.5 | 0.51 |
| Hex | 45 | 7D | C1 | 40 | 23 | 0 | 18 | D5 | 32 | 33 |
| Octal | 105 | 175 | 301 | 100 | 43 | 0 | 30 | 325 | 62 | 63 |
| Binary | 1000101 | 1111101 | 11000001 | 1000000 | 100011 | 0 | 11000 | 11010101 | 110010 | 110011 |
Color Harmonies of #457DC1
Complementary color
Monochromatic Colors of #457DC1
Black with #457DC1
Text Example
Text Example
White with #457DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457DC1; }
p { color: rgb(69,125,193); }
H1.HeaderClassName
{
color: #457DC1;
}
.AnyTagClassName
{
color: #457DC1;
}
</style>
background-color css
<style>
a { background-color: #457DC1; }
a { background-color: rgb(69,125,193); }
div.DivClassName
{
background-color: #457DC1;
}
.BgClassName
{
background-color: #457DC1;
}
</style>
border-color css
<style>
span { border-color: #457DC1; }
span { border-color: rgb(69,125,193); }
td.TdClassName
{
border-color: #457DC1;
}
.TagClassName
{
border-color: #457DC1;
}
</style>