Html Css Color HEX #859FBC Rock Blue

📋 copy color: '#859FBC'

red 133 ◦ green 159 ◦ blue 188

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

Shades of Rock Blue #859FBC

Tints of Rock Blue #859FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 27.71%
G = 33.13%
B = 39.17%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#859FBC (or 0x859FBC) is known color: Rock Blue. HEX triplet: 85, 9F and BC. RGB value is (133,159,188). Sum of RGB (Red+Green+Blue) = 133+159+188=480 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.71% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #859FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FBC is #7A6043. Grayscale: #9A9A9A. Windows color (decimal): -8020036 or 12361605. OLE color: 12361605.

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

Color convert

RGB 133 159 188 -
CMYK 0.29 0.15 0 0.26
HSL 211.64º 0.29% 0.63% -
HSV(B) 211.64º 0.29% 0.74% -
XYZ 31.15 33.41 52.38 -
YUV 154.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 133 159 188 0.29 0.15 0 0.26 211.64 0.29 0.63
Hex 85 9F BC 1D F 0 1A D4 1D 3F
Octal 205 237 274 35 17 0 32 324 35 77
Binary 10000101 10011111 10111100 11101 1111 0 11010 11010100 11101 111111

Color Harmonies of #859FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FBC

Black with #859FBC

Text Example


Text Example

White with #859FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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