Html Css Color HEX #799ECF Polo Blue

📋 copy color: '#799ECF'

red 121 ◦ green 158 ◦ blue 207

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

Shades of Polo Blue #799ECF

Tints of Polo Blue #799ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 24.9%
G = 32.51%
B = 42.59%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#799ECF (or 0x799ECF) is known color: Polo Blue. HEX triplet: 79, 9E and CF. RGB value is (121,158,207). Sum of RGB (Red+Green+Blue) = 121+158+207=486 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.90% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #799ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ECF is #866130. Grayscale: #989898. Windows color (decimal): -8806705 or 13606521. OLE color: 13606521.

HSL color Cylindrical-coordinate representation of color #799ECF: hue angle of 214.19º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #799ECF is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 158 207 -
CMYK 0.42 0.24 0 0.19
HSL 214.19º 0.47% 0.64% -
HSV(B) 214.19º 0.42% 0.81% -
XYZ 31.37 33.02 63.75 -
YUV 152.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 121 158 207 0.42 0.24 0 0.19 214.19 0.47 0.64
Hex 79 9E CF 2A 18 0 13 D6 2F 40
Octal 171 236 317 52 30 0 23 326 57 100
Binary 1111001 10011110 11001111 101010 11000 0 10011 11010110 101111 1000000

Color Harmonies of #799ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ECF

Black with #799ECF

Text Example


Text Example

White with #799ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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