Shades of Steel Blue #447DC5
Tints of Steel Blue #447DC5
RGB
CMYK
RGB Variations
Color information
#447DC5 (or 0x447DC5) is known color: Steel Blue. HEX triplet: 44, 7D and C5. RGB value is (68,125,197). Sum of RGB (Red+Green+Blue) = 68+125+197=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #447DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447DC5 is #BB823A. Grayscale: #737373. Windows color (decimal): -12288571 or 12942660. OLE color: 12942660.
HSL color Cylindrical-coordinate representation of color #447DC5: hue angle of 213.49º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #447DC5 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 125 | 197 | - |
| CMYK | 0.65 | 0.37 | 0 | 0.23 |
| HSL | 213.49º | 0.53% | 0.52% | - |
| HSV(B) | 213.49º | 0.65% | 0.77% | - |
| XYZ | 19.8 | 19.93 | 55.63 | - |
| YUV | 116.17 | 173.62 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 125 | 197 | 0.65 | 0.37 | 0 | 0.23 | 213.49 | 0.53 | 0.52 |
| Hex | 44 | 7D | C5 | 41 | 25 | 0 | 17 | D5 | 35 | 34 |
| Octal | 104 | 175 | 305 | 101 | 45 | 0 | 27 | 325 | 65 | 64 |
| Binary | 1000100 | 1111101 | 11000101 | 1000001 | 100101 | 0 | 10111 | 11010101 | 110101 | 110100 |
Color Harmonies of #447DC5
Complementary color
Monochromatic Colors of #447DC5
Black with #447DC5
Text Example
Text Example
White with #447DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447DC5; }
p { color: rgb(68,125,197); }
H1.HeaderClassName
{
color: #447DC5;
}
.AnyTagClassName
{
color: #447DC5;
}
</style>
background-color css
<style>
a { background-color: #447DC5; }
a { background-color: rgb(68,125,197); }
div.DivClassName
{
background-color: #447DC5;
}
.BgClassName
{
background-color: #447DC5;
}
</style>
border-color css
<style>
span { border-color: #447DC5; }
span { border-color: rgb(68,125,197); }
td.TdClassName
{
border-color: #447DC5;
}
.TagClassName
{
border-color: #447DC5;
}
</style>