Html Css Color HEX #799DCA Polo Blue

📋 copy color: '#799DCA'

red 121 ◦ green 157 ◦ blue 202

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

Shades of Polo Blue #799DCA

Tints of Polo Blue #799DCA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.71%

 BLUE value IS 202 (79.3% from 255) = 42.08%

R = 25.21%
G = 32.71%
B = 42.08%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#799DCA (or 0x799DCA) is known color: Polo Blue. HEX triplet: 79, 9D and CA. RGB value is (121,157,202). Sum of RGB (Red+Green+Blue) = 121+157+202=480 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.21% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #799DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DCA is #866235. Grayscale: #979797. Windows color (decimal): -8806966 or 13278585. OLE color: 13278585.

HSL color Cylindrical-coordinate representation of color #799DCA: hue angle of 213.33º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #799DCA is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 157 202 -
CMYK 0.40 0.22 0 0.21
HSL 213.33º 0.43% 0.63% -
HSV(B) 213.33º 0.4% 0.79% -
XYZ 30.6 32.44 60.53 -
YUV 151.37 156.57 106.34 -
System Red Green Blue C M Y K H S L
Decimal 121 157 202 0.40 0.22 0 0.21 213.33 0.43 0.63
Hex 79 9D CA 28 16 0 15 D5 2B 3F
Octal 171 235 312 50 26 0 25 325 53 77
Binary 1111001 10011101 11001010 101000 10110 0 10101 11010101 101011 111111

Color Harmonies of #799DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799DCA

Black with #799DCA

Text Example


Text Example

White with #799DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,157,202); }

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

background-color css

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

 a { background-color: rgb(121,157,202); }

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

border-color css

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

 span { border-color: rgb(121,157,202); }

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