Html Css Color HEX #859FDB Portage

📋 copy color: '#859FDB'

red 133 ◦ green 159 ◦ blue 219

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

Shades of Portage #859FDB

Tints of Portage #859FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 26.03%
G = 31.12%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#859FDB (or 0x859FDB) is known color: Portage. HEX triplet: 85, 9F and DB. RGB value is (133,159,219). Sum of RGB (Red+Green+Blue) = 133+159+219=511 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.03% from 511); Green value is 159 (62.5% from 255 or 31.12% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #859FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FDB is #7A6024. Grayscale: #9D9D9D. Windows color (decimal): -8020005 or 14393221. OLE color: 14393221.

HSL color Cylindrical-coordinate representation of color #859FDB: hue angle of 221.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #859FDB is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 133 159 219 -
CMYK 0.39 0.27 0 0.14
HSL 221.86º 0.54% 0.69% -
HSV(B) 221.86º 0.39% 0.86% -
XYZ 34.86 34.9 71.92 -
YUV 158.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 133 159 219 0.39 0.27 0 0.14 221.86 0.54 0.69
Hex 85 9F DB 27 1B 0 E DE 36 45
Octal 205 237 333 47 33 0 16 336 66 105
Binary 10000101 10011111 11011011 100111 11011 0 1110 11011110 110110 1000101

Color Harmonies of #859FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FDB

Black with #859FDB

Text Example


Text Example

White with #859FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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