Html Css Color HEX #859FDF Portage

📋 copy color: '#859FDF'

red 133 ◦ green 159 ◦ blue 223

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

Shades of Portage #859FDF

Tints of Portage #859FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 25.83%
G = 30.87%
B = 43.3%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#859FDF (or 0x859FDF) is known color: Portage. HEX triplet: 85, 9F and DF. RGB value is (133,159,223). Sum of RGB (Red+Green+Blue) = 133+159+223=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #859FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859FDF is #7A6020. Grayscale: #9E9E9E. Windows color (decimal): -8020001 or 14655365. OLE color: 14655365.

HSL color Cylindrical-coordinate representation of color #859FDF: hue angle of 222.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #859FDF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 159 223 -
CMYK 0.40 0.29 0 0.13
HSL 222.67º 0.58% 0.7% -
HSV(B) 222.67º 0.4% 0.87% -
XYZ 35.39 35.11 74.72 -
YUV 158.52 164.39 109.8 -
System Red Green Blue C M Y K H S L
Decimal 133 159 223 0.40 0.29 0 0.13 222.67 0.58 0.7
Hex 85 9F DF 28 1D 0 D DF 3A 46
Octal 205 237 337 50 35 0 15 337 72 106
Binary 10000101 10011111 11011111 101000 11101 0 1101 11011111 111010 1000110

Color Harmonies of #859FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859FDF

Black with #859FDF

Text Example


Text Example

White with #859FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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