Shades of Steel Blue #427BBF
Tints of Steel Blue #427BBF
RGB
CMYK
RGB Variations
Color information
#427BBF (or 0x427BBF) is known color: Steel Blue. HEX triplet: 42, 7B and BF. RGB value is (66,123,191). Sum of RGB (Red+Green+Blue) = 66+123+191=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #427BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427BBF is #BD8440. Grayscale: #717171. Windows color (decimal): -12420161 or 12548930. OLE color: 12548930.
HSL color Cylindrical-coordinate representation of color #427BBF: hue angle of 212.64º 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 #427BBF is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 123 | 191 | - |
| CMYK | 0.65 | 0.36 | 0 | 0.25 |
| HSL | 212.64º | 0.49% | 0.5% | - |
| HSV(B) | 212.64º | 0.65% | 0.75% | - |
| XYZ | 18.73 | 19.09 | 51.99 | - |
| YUV | 113.71 | 171.62 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 123 | 191 | 0.65 | 0.36 | 0 | 0.25 | 212.64 | 0.49 | 0.5 |
| Hex | 42 | 7B | BF | 41 | 24 | 0 | 19 | D5 | 31 | 32 |
| Octal | 102 | 173 | 277 | 101 | 44 | 0 | 31 | 325 | 61 | 62 |
| Binary | 1000010 | 1111011 | 10111111 | 1000001 | 100100 | 0 | 11001 | 11010101 | 110001 | 110010 |
Color Harmonies of #427BBF
Complementary color
Monochromatic Colors of #427BBF
Black with #427BBF
Text Example
Text Example
White with #427BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427BBF; }
p { color: rgb(66,123,191); }
H1.HeaderClassName
{
color: #427BBF;
}
.AnyTagClassName
{
color: #427BBF;
}
</style>
background-color css
<style>
a { background-color: #427BBF; }
a { background-color: rgb(66,123,191); }
div.DivClassName
{
background-color: #427BBF;
}
.BgClassName
{
background-color: #427BBF;
}
</style>
border-color css
<style>
span { border-color: #427BBF; }
span { border-color: rgb(66,123,191); }
td.TdClassName
{
border-color: #427BBF;
}
.TagClassName
{
border-color: #427BBF;
}
</style>