Shades of Rock Blue #859DBE
Tints of Rock Blue #859DBE
RGB
CMYK
RGB Variations
Color information
#859DBE (or 0x859DBE) is known color: Rock Blue. HEX triplet: 85, 9D and BE. RGB value is (133,157,190). Sum of RGB (Red+Green+Blue) = 133+157+190=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #859DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DBE is #7A6241. Grayscale: #999999. Windows color (decimal): -8020546 or 12492165. OLE color: 12492165.
HSL color Cylindrical-coordinate representation of color #859DBE: hue angle of 214.74º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859DBE is Cyan = 0.3, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 157 | 190 | - |
| CMYK | 0.3 | 0.17 | 0 | 0.25 |
| HSL | 214.74º | 0.3% | 0.63% | - |
| HSV(B) | 214.74º | 0.3% | 0.75% | - |
| XYZ | 31.02 | 32.82 | 53.41 | - |
| YUV | 153.59 | 148.55 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 190 | 0.3 | 0.17 | 0 | 0.25 | 214.74 | 0.3 | 0.63 |
| Hex | 85 | 9D | BE | 1E | 11 | 0 | 19 | D7 | 1E | 3F |
| Octal | 205 | 235 | 276 | 36 | 21 | 0 | 31 | 327 | 36 | 77 |
| Binary | 10000101 | 10011101 | 10111110 | 11110 | 10001 | 0 | 11001 | 11010111 | 11110 | 111111 |
Color Harmonies of #859DBE
Complementary color
Monochromatic Colors of #859DBE
Black with #859DBE
Text Example
Text Example
White with #859DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DBE; }
p { color: rgb(133,157,190); }
H1.HeaderClassName
{
color: #859DBE;
}
.AnyTagClassName
{
color: #859DBE;
}
</style>
background-color css
<style>
a { background-color: #859DBE; }
a { background-color: rgb(133,157,190); }
div.DivClassName
{
background-color: #859DBE;
}
.BgClassName
{
background-color: #859DBE;
}
</style>
border-color css
<style>
span { border-color: #859DBE; }
span { border-color: rgb(133,157,190); }
td.TdClassName
{
border-color: #859DBE;
}
.TagClassName
{
border-color: #859DBE;
}
</style>