Shades of Steel Blue #457FC1
Tints of Steel Blue #457FC1
RGB
CMYK
RGB Variations
Color information
#457FC1 (or 0x457FC1) is known color: Steel Blue. HEX triplet: 45, 7F and C1. RGB value is (69,127,193). Sum of RGB (Red+Green+Blue) = 69+127+193=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #457FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457FC1 is #BA803E. Grayscale: #747474. Windows color (decimal): -12222527 or 12681029. OLE color: 12681029.
HSL color Cylindrical-coordinate representation of color #457FC1: hue angle of 211.94º 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 #457FC1 is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 127 | 193 | - |
| CMYK | 0.64 | 0.34 | 0 | 0.24 |
| HSL | 211.94º | 0.5% | 0.51% | - |
| HSV(B) | 211.94º | 0.64% | 0.76% | - |
| XYZ | 19.67 | 20.29 | 53.33 | - |
| YUV | 117.18 | 170.78 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 127 | 193 | 0.64 | 0.34 | 0 | 0.24 | 211.94 | 0.5 | 0.51 |
| Hex | 45 | 7F | C1 | 40 | 22 | 0 | 18 | D4 | 32 | 33 |
| Octal | 105 | 177 | 301 | 100 | 42 | 0 | 30 | 324 | 62 | 63 |
| Binary | 1000101 | 1111111 | 11000001 | 1000000 | 100010 | 0 | 11000 | 11010100 | 110010 | 110011 |
Color Harmonies of #457FC1
Complementary color
Monochromatic Colors of #457FC1
Black with #457FC1
Text Example
Text Example
White with #457FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457FC1; }
p { color: rgb(69,127,193); }
H1.HeaderClassName
{
color: #457FC1;
}
.AnyTagClassName
{
color: #457FC1;
}
</style>
background-color css
<style>
a { background-color: #457FC1; }
a { background-color: rgb(69,127,193); }
div.DivClassName
{
background-color: #457FC1;
}
.BgClassName
{
background-color: #457FC1;
}
</style>
border-color css
<style>
span { border-color: #457FC1; }
span { border-color: rgb(69,127,193); }
td.TdClassName
{
border-color: #457FC1;
}
.TagClassName
{
border-color: #457FC1;
}
</style>