Html Css Color HEX #859FBE Rock Blue

📋 copy color: '#859FBE'

red 133 ◦ green 159 ◦ blue 190

#859FBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock Blue #859FBE

Tints of Rock Blue #859FBE

RGB

 RED value IS 133 (52.34% from 255) = 27.59%

 GREEN value IS 159 (62.5% from 255) = 32.99%

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 27.59%
G = 32.99%
B = 39.42%

CMYK

 C value IS 0.3

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#859FBE (or 0x859FBE) is known color: Rock Blue. HEX triplet: 85, 9F and BE. RGB value is (133,159,190). Sum of RGB (Red+Green+Blue) = 133+159+190=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 190 - color contains mainly: blue. Hex color #859FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FBE is #7A6041. Grayscale: #9A9A9A. Windows color (decimal): -8020034 or 12492677. OLE color: 12492677.

HSL color Cylindrical-coordinate representation of color #859FBE: hue angle of 212.63º 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 #859FBE is Cyan = 0.3, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 159 190 -
CMYK 0.3 0.16 0 0.25
HSL 212.63º 0.3% 0.63% -
HSV(B) 212.63º 0.3% 0.75% -
XYZ 31.37 33.5 53.53 -
YUV 154.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 133 159 190 0.3 0.16 0 0.25 212.63 0.3 0.63
Hex 85 9F BE 1E 10 0 19 D5 1E 3F
Octal 205 237 276 36 20 0 31 325 36 77
Binary 10000101 10011111 10111110 11110 10000 0 11001 11010101 11110 111111

Color Harmonies of #859FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FBE

Black with #859FBE

Text Example


Text Example

White with #859FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859FBE; }

 p { color: rgb(133,159,190); }

 H1.HeaderClassName
 {
   color: #859FBE;
 }
 .AnyTagClassName
 {
   color: #859FBE;
 }
</style>

background-color css

<style>
 a { background-color: #859FBE; }

 a { background-color: rgb(133,159,190); }

 div.DivClassName
 {
   background-color: #859FBE;
 }
 .BgClassName
 {
   background-color: #859FBE;
 }
</style>

border-color css

<style>
 span { border-color: #859FBE; }

 span { border-color: rgb(133,159,190); }

 td.TdClassName
 {
   border-color: #859FBE;
 }
 .TagClassName
 {
   border-color: #859FBE;
 }
</style>