Shades of Rock Blue #859FBA
Tints of Rock Blue #859FBA
RGB
CMYK
RGB Variations
Color information
#859FBA (or 0x859FBA) is known color: Rock Blue. HEX triplet: 85, 9F and BA. RGB value is (133,159,186). Sum of RGB (Red+Green+Blue) = 133+159+186=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #859FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FBA is #7A6045. Grayscale: #9A9A9A. Windows color (decimal): -8020038 or 12230533. OLE color: 12230533.
HSL color Cylindrical-coordinate representation of color #859FBA: hue angle of 210.57º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #859FBA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 159 | 186 | - |
| CMYK | 0.28 | 0.15 | 0 | 0.27 |
| HSL | 210.57º | 0.28% | 0.63% | - |
| HSV(B) | 210.57º | 0.28% | 0.73% | - |
| XYZ | 30.93 | 33.33 | 51.26 | - |
| YUV | 154.3 | 145.89 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 186 | 0.28 | 0.15 | 0 | 0.27 | 210.57 | 0.28 | 0.63 |
| Hex | 85 | 9F | BA | 1C | F | 0 | 1B | D3 | 1C | 3F |
| Octal | 205 | 237 | 272 | 34 | 17 | 0 | 33 | 323 | 34 | 77 |
| Binary | 10000101 | 10011111 | 10111010 | 11100 | 1111 | 0 | 11011 | 11010011 | 11100 | 111111 |
Color Harmonies of #859FBA
Complementary color
Monochromatic Colors of #859FBA
Black with #859FBA
Text Example
Text Example
White with #859FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859FBA; }
p { color: rgb(133,159,186); }
H1.HeaderClassName
{
color: #859FBA;
}
.AnyTagClassName
{
color: #859FBA;
}
</style>
background-color css
<style>
a { background-color: #859FBA; }
a { background-color: rgb(133,159,186); }
div.DivClassName
{
background-color: #859FBA;
}
.BgClassName
{
background-color: #859FBA;
}
</style>
border-color css
<style>
span { border-color: #859FBA; }
span { border-color: rgb(133,159,186); }
td.TdClassName
{
border-color: #859FBA;
}
.TagClassName
{
border-color: #859FBA;
}
</style>