Shades of Steel Blue #427DC0
Tints of Steel Blue #427DC0
RGB
CMYK
RGB Variations
Color information
#427DC0 (or 0x427DC0) is known color: Steel Blue. HEX triplet: 42, 7D and C0. RGB value is (66,125,192). Sum of RGB (Red+Green+Blue) = 66+125+192=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #427DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DC0 is #BD823F. Grayscale: #727272. Windows color (decimal): -12419648 or 12614978. OLE color: 12614978.
HSL color Cylindrical-coordinate representation of color #427DC0: hue angle of 211.9º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427DC0 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 125 | 192 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.25 |
| HSL | 211.9º | 0.5% | 0.51% | - |
| HSV(B) | 211.9º | 0.66% | 0.75% | - |
| XYZ | 19.09 | 19.63 | 52.65 | - |
| YUV | 115 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 192 | 0.66 | 0.35 | 0 | 0.25 | 211.9 | 0.5 | 0.51 |
| Hex | 42 | 7D | C0 | 42 | 23 | 0 | 19 | D4 | 32 | 33 |
| Octal | 102 | 175 | 300 | 102 | 43 | 0 | 31 | 324 | 62 | 63 |
| Binary | 1000010 | 1111101 | 11000000 | 1000010 | 100011 | 0 | 11001 | 11010100 | 110010 | 110011 |
Color Harmonies of #427DC0
Complementary color
Monochromatic Colors of #427DC0
Black with #427DC0
Text Example
Text Example
White with #427DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DC0; }
p { color: rgb(66,125,192); }
H1.HeaderClassName
{
color: #427DC0;
}
.AnyTagClassName
{
color: #427DC0;
}
</style>
background-color css
<style>
a { background-color: #427DC0; }
a { background-color: rgb(66,125,192); }
div.DivClassName
{
background-color: #427DC0;
}
.BgClassName
{
background-color: #427DC0;
}
</style>
border-color css
<style>
span { border-color: #427DC0; }
span { border-color: rgb(66,125,192); }
td.TdClassName
{
border-color: #427DC0;
}
.TagClassName
{
border-color: #427DC0;
}
</style>