Html Css Color HEX #859DBC Rock Blue

📋 copy color: '#859DBC'

red 133 ◦ green 157 ◦ blue 188

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

Shades of Rock Blue #859DBC

Tints of Rock Blue #859DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.85%

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

R = 27.82%
G = 32.85%
B = 39.33%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#859DBC (or 0x859DBC) is known color: Rock Blue. HEX triplet: 85, 9D and BC. RGB value is (133,157,188). Sum of RGB (Red+Green+Blue) = 133+157+188=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #859DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DBC is #7A6243. Grayscale: #999999. Windows color (decimal): -8020548 or 12361093. OLE color: 12361093.

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

Color convert

RGB 133 157 188 -
CMYK 0.29 0.16 0 0.26
HSL 213.82º 0.29% 0.63% -
HSV(B) 213.82º 0.29% 0.74% -
XYZ 30.81 32.73 52.27 -
YUV 153.36 147.55 113.48 -
System Red Green Blue C M Y K H S L
Decimal 133 157 188 0.29 0.16 0 0.26 213.82 0.29 0.63
Hex 85 9D BC 1D 10 0 1A D6 1D 3F
Octal 205 235 274 35 20 0 32 326 35 77
Binary 10000101 10011101 10111100 11101 10000 0 11010 11010110 11101 111111

Color Harmonies of #859DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DBC

Black with #859DBC

Text Example


Text Example

White with #859DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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