Html Css Color HEX #859EBA Rock Blue

📋 copy color: '#859EBA'

red 133 ◦ green 158 ◦ blue 186

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

Shades of Rock Blue #859EBA

Tints of Rock Blue #859EBA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

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

R = 27.88%
G = 33.12%
B = 38.99%

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

#859EBA (or 0x859EBA) is known color: Rock Blue. HEX triplet: 85, 9E and BA. RGB value is (133,158,186). Sum of RGB (Red+Green+Blue) = 133+158+186=477 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.88% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #859EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EBA is #7A6145. Grayscale: #999999. Windows color (decimal): -8020294 or 12230277. OLE color: 12230277.

HSL color Cylindrical-coordinate representation of color #859EBA: hue angle of 211.7º 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 #859EBA is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 158 186 -
CMYK 0.28 0.15 0 0.27
HSL 211.7º 0.28% 0.63% -
HSV(B) 211.7º 0.28% 0.73% -
XYZ 30.76 32.99 51.2 -
YUV 153.72 146.22 113.22 -
System Red Green Blue C M Y K H S L
Decimal 133 158 186 0.28 0.15 0 0.27 211.7 0.28 0.63
Hex 85 9E BA 1C F 0 1B D4 1C 3F
Octal 205 236 272 34 17 0 33 324 34 77
Binary 10000101 10011110 10111010 11100 1111 0 11011 11010100 11100 111111

Color Harmonies of #859EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EBA

Black with #859EBA

Text Example


Text Example

White with #859EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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