Html Css Color HEX #859FBA Rock Blue

📋 copy color: '#859FBA'

red 133 ◦ green 159 ◦ blue 186

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

Shades of Rock Blue #859FBA

Tints of Rock Blue #859FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.91%

R = 27.82%
G = 33.26%
B = 38.91%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#859FBA (or 0x859FBA) is known color: Rock Blue. HEX triplet: 85, 9F and BA. RGB value is (133,159,186). Sum of RGB (Red+Green+Blue) = 133+159+186=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #859FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FBA is #7A6045. Grayscale: #9A9A9A. Windows color (decimal): -8020038 or 12230533. OLE color: 12230533.

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

Color convert

RGB 133 159 186 -
CMYK 0.28 0.15 0 0.27
HSL 210.57º 0.28% 0.63% -
HSV(B) 210.57º 0.28% 0.73% -
XYZ 30.93 33.33 51.26 -
YUV 154.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 133 159 186 0.28 0.15 0 0.27 210.57 0.28 0.63
Hex 85 9F BA 1C F 0 1B D3 1C 3F
Octal 205 237 272 34 17 0 33 323 34 77
Binary 10000101 10011111 10111010 11100 1111 0 11011 11010011 11100 111111

Color Harmonies of #859FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FBA

Black with #859FBA

Text Example


Text Example

White with #859FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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