Html Css Color HEX #859BBE Rock Blue

📋 copy color: '#859BBE'

red 133 ◦ green 155 ◦ blue 190

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

Shades of Rock Blue #859BBE

Tints of Rock Blue #859BBE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.43%

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

R = 27.82%
G = 32.43%
B = 39.75%

CMYK

 C value IS 0.3

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#859BBE (or 0x859BBE) is known color: Rock Blue. HEX triplet: 85, 9B and BE. RGB value is (133,155,190). Sum of RGB (Red+Green+Blue) = 133+155+190=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #859BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BBE is #7A6441. Grayscale: #989898. Windows color (decimal): -8021058 or 12491653. OLE color: 12491653.

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

Color convert

RGB 133 155 190 -
CMYK 0.3 0.18 0 0.25
HSL 216.84º 0.3% 0.63% -
HSV(B) 216.84º 0.3% 0.75% -
XYZ 30.69 32.15 53.3 -
YUV 152.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 133 155 190 0.3 0.18 0 0.25 216.84 0.3 0.63
Hex 85 9B BE 1E 12 0 19 D9 1E 3F
Octal 205 233 276 36 22 0 31 331 36 77
Binary 10000101 10011011 10111110 11110 10010 0 11001 11011001 11110 111111

Color Harmonies of #859BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859BBE

Black with #859BBE

Text Example


Text Example

White with #859BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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