Shades of Steel Blue #427BBD
Tints of Steel Blue #427BBD
RGB
CMYK
RGB Variations
Color information
#427BBD (or 0x427BBD) is known color: Steel Blue. HEX triplet: 42, 7B and BD. RGB value is (66,123,189). Sum of RGB (Red+Green+Blue) = 66+123+189=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 189 (74.22% from 255 or 50% from 378); Max value from RGB is 189 - color contains mainly: blue. Hex color #427BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BBD is #BD8442. Grayscale: #717171. Windows color (decimal): -12420163 or 12417858. OLE color: 12417858.
HSL color Cylindrical-coordinate representation of color #427BBD: hue angle of 212.2º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427BBD is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 123 | 189 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.26 |
| HSL | 212.2º | 0.48% | 0.5% | - |
| HSV(B) | 212.2º | 0.65% | 0.74% | - |
| XYZ | 18.52 | 19 | 50.84 | - |
| YUV | 113.48 | 170.62 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 189 | 0.65 | 0.35 | 0 | 0.26 | 212.2 | 0.48 | 0.5 |
| Hex | 42 | 7B | BD | 41 | 23 | 0 | 1A | D4 | 30 | 32 |
| Octal | 102 | 173 | 275 | 101 | 43 | 0 | 32 | 324 | 60 | 62 |
| Binary | 1000010 | 1111011 | 10111101 | 1000001 | 100011 | 0 | 11010 | 11010100 | 110000 | 110010 |
Color Harmonies of #427BBD
Complementary color
Monochromatic Colors of #427BBD
Black with #427BBD
Text Example
Text Example
White with #427BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BBD; }
p { color: rgb(66,123,189); }
H1.HeaderClassName
{
color: #427BBD;
}
.AnyTagClassName
{
color: #427BBD;
}
</style>
background-color css
<style>
a { background-color: #427BBD; }
a { background-color: rgb(66,123,189); }
div.DivClassName
{
background-color: #427BBD;
}
.BgClassName
{
background-color: #427BBD;
}
</style>
border-color css
<style>
span { border-color: #427BBD; }
span { border-color: rgb(66,123,189); }
td.TdClassName
{
border-color: #427BBD;
}
.TagClassName
{
border-color: #427BBD;
}
</style>