Shades of Steel Blue #457EC2
Tints of Steel Blue #457EC2
RGB
CMYK
RGB Variations
Color information
#457EC2 (or 0x457EC2) is known color: Steel Blue. HEX triplet: 45, 7E and C2. RGB value is (69,126,194). Sum of RGB (Red+Green+Blue) = 69+126+194=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 194 (76.17% from 255 or 49.87% from 389); Max value from RGB is 194 - color contains mainly: blue. Hex color #457EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #457EC2 is #BA813D. Grayscale: #747474. Windows color (decimal): -12222782 or 12746309. OLE color: 12746309.
HSL color Cylindrical-coordinate representation of color #457EC2: hue angle of 212.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #457EC2 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 126 | 194 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.24 |
| HSL | 212.64º | 0.51% | 0.52% | - |
| HSV(B) | 212.64º | 0.64% | 0.76% | - |
| XYZ | 19.65 | 20.08 | 53.88 | - |
| YUV | 116.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 126 | 194 | 0.64 | 0.35 | 0 | 0.24 | 212.64 | 0.51 | 0.52 |
| Hex | 45 | 7E | C2 | 40 | 23 | 0 | 18 | D5 | 33 | 34 |
| Octal | 105 | 176 | 302 | 100 | 43 | 0 | 30 | 325 | 63 | 64 |
| Binary | 1000101 | 1111110 | 11000010 | 1000000 | 100011 | 0 | 11000 | 11010101 | 110011 | 110100 |
Color Harmonies of #457EC2
Complementary color
Monochromatic Colors of #457EC2
Black with #457EC2
Text Example
Text Example
White with #457EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457EC2; }
p { color: rgb(69,126,194); }
H1.HeaderClassName
{
color: #457EC2;
}
.AnyTagClassName
{
color: #457EC2;
}
</style>
background-color css
<style>
a { background-color: #457EC2; }
a { background-color: rgb(69,126,194); }
div.DivClassName
{
background-color: #457EC2;
}
.BgClassName
{
background-color: #457EC2;
}
</style>
border-color css
<style>
span { border-color: #457EC2; }
span { border-color: rgb(69,126,194); }
td.TdClassName
{
border-color: #457EC2;
}
.TagClassName
{
border-color: #457EC2;
}
</style>