Shades of Steel Blue #427DBB
Tints of Steel Blue #427DBB
RGB
CMYK
RGB Variations
Color information
#427DBB (or 0x427DBB) is known color: Steel Blue. HEX triplet: 42, 7D and BB. RGB value is (66,125,187). Sum of RGB (Red+Green+Blue) = 66+125+187=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #427DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DBB is #BD8244. Grayscale: #727272. Windows color (decimal): -12419653 or 12287298. OLE color: 12287298.
HSL color Cylindrical-coordinate representation of color #427DBB: hue angle of 210.74º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427DBB is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 125 | 187 | - |
| CMYK | 0.65 | 0.33 | 0 | 0.27 |
| HSL | 210.74º | 0.48% | 0.5% | - |
| HSV(B) | 210.74º | 0.65% | 0.73% | - |
| XYZ | 18.55 | 19.41 | 49.78 | - |
| YUV | 114.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 187 | 0.65 | 0.33 | 0 | 0.27 | 210.74 | 0.48 | 0.5 |
| Hex | 42 | 7D | BB | 41 | 21 | 0 | 1B | D3 | 30 | 32 |
| Octal | 102 | 175 | 273 | 101 | 41 | 0 | 33 | 323 | 60 | 62 |
| Binary | 1000010 | 1111101 | 10111011 | 1000001 | 100001 | 0 | 11011 | 11010011 | 110000 | 110010 |
Color Harmonies of #427DBB
Complementary color
Monochromatic Colors of #427DBB
Black with #427DBB
Text Example
Text Example
White with #427DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DBB; }
p { color: rgb(66,125,187); }
H1.HeaderClassName
{
color: #427DBB;
}
.AnyTagClassName
{
color: #427DBB;
}
</style>
background-color css
<style>
a { background-color: #427DBB; }
a { background-color: rgb(66,125,187); }
div.DivClassName
{
background-color: #427DBB;
}
.BgClassName
{
background-color: #427DBB;
}
</style>
border-color css
<style>
span { border-color: #427DBB; }
span { border-color: rgb(66,125,187); }
td.TdClassName
{
border-color: #427DBB;
}
.TagClassName
{
border-color: #427DBB;
}
</style>