Shades of Steel Blue #427FBF
Tints of Steel Blue #427FBF
RGB
CMYK
RGB Variations
Color information
#427FBF (or 0x427FBF) is known color: Steel Blue. HEX triplet: 42, 7F and BF. RGB value is (66,127,191). Sum of RGB (Red+Green+Blue) = 66+127+191=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #427FBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427FBF is #BD8040. Grayscale: #737373. Windows color (decimal): -12419137 or 12549954. OLE color: 12549954.
HSL color Cylindrical-coordinate representation of color #427FBF: hue angle of 210.72º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427FBF is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 127 | 191 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.25 |
| HSL | 210.72º | 0.49% | 0.5% | - |
| HSV(B) | 210.72º | 0.65% | 0.75% | - |
| XYZ | 19.24 | 20.1 | 52.16 | - |
| YUV | 116.06 | 170.29 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 191 | 0.65 | 0.34 | 0 | 0.25 | 210.72 | 0.49 | 0.5 |
| Hex | 42 | 7F | BF | 41 | 22 | 0 | 19 | D3 | 31 | 32 |
| Octal | 102 | 177 | 277 | 101 | 42 | 0 | 31 | 323 | 61 | 62 |
| Binary | 1000010 | 1111111 | 10111111 | 1000001 | 100010 | 0 | 11001 | 11010011 | 110001 | 110010 |
Color Harmonies of #427FBF
Complementary color
Monochromatic Colors of #427FBF
Black with #427FBF
Text Example
Text Example
White with #427FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427FBF; }
p { color: rgb(66,127,191); }
H1.HeaderClassName
{
color: #427FBF;
}
.AnyTagClassName
{
color: #427FBF;
}
</style>
background-color css
<style>
a { background-color: #427FBF; }
a { background-color: rgb(66,127,191); }
div.DivClassName
{
background-color: #427FBF;
}
.BgClassName
{
background-color: #427FBF;
}
</style>
border-color css
<style>
span { border-color: #427FBF; }
span { border-color: rgb(66,127,191); }
td.TdClassName
{
border-color: #427FBF;
}
.TagClassName
{
border-color: #427FBF;
}
</style>