Html Css Color HEX #859CBD Rock Blue

📋 copy color: '#859CBD'

red 133 ◦ green 156 ◦ blue 189

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

Shades of Rock Blue #859CBD

Tints of Rock Blue #859CBD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.64%

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 27.82%
G = 32.64%
B = 39.54%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#859CBD (or 0x859CBD) is known color: Rock Blue. HEX triplet: 85, 9C and BD. RGB value is (133,156,189). Sum of RGB (Red+Green+Blue) = 133+156+189=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #859CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CBD is #7A6342. Grayscale: #989898. Windows color (decimal): -8020803 or 12426373. OLE color: 12426373.

HSL color Cylindrical-coordinate representation of color #859CBD: hue angle of 215.36º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #859CBD is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 156 189 -
CMYK 0.30 0.17 0 0.26
HSL 215.36º 0.3% 0.63% -
HSV(B) 215.36º 0.3% 0.74% -
XYZ 30.75 32.44 52.78 -
YUV 152.89 148.38 113.82 -
System Red Green Blue C M Y K H S L
Decimal 133 156 189 0.30 0.17 0 0.26 215.36 0.3 0.63
Hex 85 9C BD 1E 11 0 1A D7 1E 3F
Octal 205 234 275 36 21 0 32 327 36 77
Binary 10000101 10011100 10111101 11110 10001 0 11010 11010111 11110 111111

Color Harmonies of #859CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859CBD

Black with #859CBD

Text Example


Text Example

White with #859CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,156,189); }

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

background-color css

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

 a { background-color: rgb(133,156,189); }

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

border-color css

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

 span { border-color: rgb(133,156,189); }

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