Shades of Steel Blue #427CC0
Tints of Steel Blue #427CC0
RGB
CMYK
RGB Variations
Color information
#427CC0 (or 0x427CC0) is known color: Steel Blue. HEX triplet: 42, 7C and C0. RGB value is (66,124,192). Sum of RGB (Red+Green+Blue) = 66+124+192=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #427CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427CC0 is #BD833F. Grayscale: #727272. Windows color (decimal): -12419904 or 12614722. OLE color: 12614722.
HSL color Cylindrical-coordinate representation of color #427CC0: hue angle of 212.38º 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 #427CC0 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 124 | 192 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.25 |
| HSL | 212.38º | 0.5% | 0.51% | - |
| HSV(B) | 212.38º | 0.66% | 0.75% | - |
| XYZ | 18.97 | 19.38 | 52.61 | - |
| YUV | 114.41 | 171.78 | 93.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 192 | 0.66 | 0.35 | 0 | 0.25 | 212.38 | 0.5 | 0.51 |
| Hex | 42 | 7C | C0 | 42 | 23 | 0 | 19 | D4 | 32 | 33 |
| Octal | 102 | 174 | 300 | 102 | 43 | 0 | 31 | 324 | 62 | 63 |
| Binary | 1000010 | 1111100 | 11000000 | 1000010 | 100011 | 0 | 11001 | 11010100 | 110010 | 110011 |
Color Harmonies of #427CC0
Complementary color
Monochromatic Colors of #427CC0
Black with #427CC0
Text Example
Text Example
White with #427CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427CC0; }
p { color: rgb(66,124,192); }
H1.HeaderClassName
{
color: #427CC0;
}
.AnyTagClassName
{
color: #427CC0;
}
</style>
background-color css
<style>
a { background-color: #427CC0; }
a { background-color: rgb(66,124,192); }
div.DivClassName
{
background-color: #427CC0;
}
.BgClassName
{
background-color: #427CC0;
}
</style>
border-color css
<style>
span { border-color: #427CC0; }
span { border-color: rgb(66,124,192); }
td.TdClassName
{
border-color: #427CC0;
}
.TagClassName
{
border-color: #427CC0;
}
</style>