Html Css Color HEX #799ED0 Polo Blue

📋 copy color: '#799ED0'

red 121 ◦ green 158 ◦ blue 208

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

Shades of Polo Blue #799ED0

Tints of Polo Blue #799ED0

RGB

 RED value IS 121 (47.66% from 255) = 24.85%

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

 BLUE value IS 208 (81.64% from 255) = 42.71%

R = 24.85%
G = 32.44%
B = 42.71%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#799ED0 (or 0x799ED0) is known color: Polo Blue. HEX triplet: 79, 9E and D0. RGB value is (121,158,208). Sum of RGB (Red+Green+Blue) = 121+158+208=487 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.85% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #799ED0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ED0 is #86612F. Grayscale: #989898. Windows color (decimal): -8806704 or 13672057. OLE color: 13672057.

HSL color Cylindrical-coordinate representation of color #799ED0: hue angle of 214.48º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799ED0 is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 158 208 -
CMYK 0.42 0.24 0 0.18
HSL 214.48º 0.48% 0.65% -
HSV(B) 214.48º 0.42% 0.82% -
XYZ 31.5 33.07 64.4 -
YUV 152.64 159.24 105.43 -
System Red Green Blue C M Y K H S L
Decimal 121 158 208 0.42 0.24 0 0.18 214.48 0.48 0.65
Hex 79 9E D0 2A 18 0 12 D6 30 41
Octal 171 236 320 52 30 0 22 326 60 101
Binary 1111001 10011110 11010000 101010 11000 0 10010 11010110 110000 1000001

Color Harmonies of #799ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ED0

Black with #799ED0

Text Example


Text Example

White with #799ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799ED0; }

 p { color: rgb(121,158,208); }

 H1.HeaderClassName
 {
   color: #799ED0;
 }
 .AnyTagClassName
 {
   color: #799ED0;
 }
</style>

background-color css

<style>
 a { background-color: #799ED0; }

 a { background-color: rgb(121,158,208); }

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

border-color css

<style>
 span { border-color: #799ED0; }

 span { border-color: rgb(121,158,208); }

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