Shades of Steel Blue #427DBE
Tints of Steel Blue #427DBE
RGB
CMYK
RGB Variations
Color information
#427DBE (or 0x427DBE) is known color: Steel Blue. HEX triplet: 42, 7D and BE. RGB value is (66,125,190). Sum of RGB (Red+Green+Blue) = 66+125+190=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #427DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DBE is #BD8241. Grayscale: #727272. Windows color (decimal): -12419650 or 12483906. OLE color: 12483906.
HSL color Cylindrical-coordinate representation of color #427DBE: hue angle of 211.45º 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 #427DBE is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 125 | 190 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.25 |
| HSL | 211.45º | 0.49% | 0.5% | - |
| HSV(B) | 211.45º | 0.65% | 0.75% | - |
| XYZ | 18.87 | 19.54 | 51.49 | - |
| YUV | 114.77 | 170.45 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 125 | 190 | 0.65 | 0.34 | 0 | 0.25 | 211.45 | 0.49 | 0.5 |
| Hex | 42 | 7D | BE | 41 | 22 | 0 | 19 | D3 | 31 | 32 |
| Octal | 102 | 175 | 276 | 101 | 42 | 0 | 31 | 323 | 61 | 62 |
| Binary | 1000010 | 1111101 | 10111110 | 1000001 | 100010 | 0 | 11001 | 11010011 | 110001 | 110010 |
Color Harmonies of #427DBE
Complementary color
Monochromatic Colors of #427DBE
Black with #427DBE
Text Example
Text Example
White with #427DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427DBE; }
p { color: rgb(66,125,190); }
H1.HeaderClassName
{
color: #427DBE;
}
.AnyTagClassName
{
color: #427DBE;
}
</style>
background-color css
<style>
a { background-color: #427DBE; }
a { background-color: rgb(66,125,190); }
div.DivClassName
{
background-color: #427DBE;
}
.BgClassName
{
background-color: #427DBE;
}
</style>
border-color css
<style>
span { border-color: #427DBE; }
span { border-color: rgb(66,125,190); }
td.TdClassName
{
border-color: #427DBE;
}
.TagClassName
{
border-color: #427DBE;
}
</style>