#859DBE

Color #859DBE Rock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Blue #859DBE

Tints of Rock Blue #859DBE

Color information

#859DBE (or 0x859DBE) is unknown color: approx 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

RGB133157190-
CMYK0.30.1700.25
HSL214.74º30.48%63.33%-
HSV(B)214.74º30%74.51%-
XYZ31.0232.8253.41-
YUV153.59148.55113.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 27.71%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 190 (74.61% from 255) = 39.58%
R=27.71%
G=32.71%
B=39.58%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1331571900.30.1700.25214.7430.4863.33
Hex859DBE1E11019d71e3f
Octal20523527636210313273677
Binary10000101100111011011111011110100010110011101011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>