Html Css Color HEX #799BD0 Polo Blue

📋 copy color: '#799BD0'

red 121 ◦ green 155 ◦ blue 208

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

Shades of Polo Blue #799BD0

Tints of Polo Blue #799BD0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.02%

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

R = 25%
G = 32.02%
B = 42.98%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#799BD0 (or 0x799BD0) is known color: Polo Blue. HEX triplet: 79, 9B and D0. RGB value is (121,155,208). Sum of RGB (Red+Green+Blue) = 121+155+208=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #799BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799BD0 is #86642F. Grayscale: #969696. Windows color (decimal): -8807472 or 13671289. OLE color: 13671289.

HSL color Cylindrical-coordinate representation of color #799BD0: hue angle of 216.55º 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 #799BD0 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 155 208 -
CMYK 0.42 0.25 0 0.18
HSL 216.55º 0.48% 0.65% -
HSV(B) 216.55º 0.42% 0.82% -
XYZ 30.99 32.06 64.23 -
YUV 150.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 121 155 208 0.42 0.25 0 0.18 216.55 0.48 0.65
Hex 79 9B D0 2A 19 0 12 D9 30 41
Octal 171 233 320 52 31 0 22 331 60 101
Binary 1111001 10011011 11010000 101010 11001 0 10010 11011001 110000 1000001

Color Harmonies of #799BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799BD0

Black with #799BD0

Text Example


Text Example

White with #799BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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