Html Css Color HEX #859EBB Rock Blue

📋 copy color: '#859EBB'

red 133 ◦ green 158 ◦ blue 187

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

Shades of Rock Blue #859EBB

Tints of Rock Blue #859EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.12%

R = 27.82%
G = 33.05%
B = 39.12%

CMYK

 C value IS 0.29

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#859EBB (or 0x859EBB) is known color: Rock Blue. HEX triplet: 85, 9E and BB. RGB value is (133,158,187). Sum of RGB (Red+Green+Blue) = 133+158+187=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 187 - color contains mainly: blue. Hex color #859EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859EBB is #7A6144. Grayscale: #999999. Windows color (decimal): -8020293 or 12295813. OLE color: 12295813.

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

Color convert

RGB 133 158 187 -
CMYK 0.29 0.16 0 0.27
HSL 212.22º 0.28% 0.63% -
HSV(B) 212.22º 0.29% 0.73% -
XYZ 30.87 33.03 51.76 -
YUV 153.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 133 158 187 0.29 0.16 0 0.27 212.22 0.28 0.63
Hex 85 9E BB 1D 10 0 1B D4 1C 3F
Octal 205 236 273 35 20 0 33 324 34 77
Binary 10000101 10011110 10111011 11101 10000 0 11011 11010100 11100 111111

Color Harmonies of #859EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859EBB

Black with #859EBB

Text Example


Text Example

White with #859EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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