Html Css Color HEX #799DDC Jordy Blue

📋 copy color: '#799DDC'

red 121 ◦ green 157 ◦ blue 220

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

Shades of Jordy Blue #799DDC

Tints of Jordy Blue #799DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 24.3%
G = 31.53%
B = 44.18%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#799DDC (or 0x799DDC) is known color: Jordy Blue. HEX triplet: 79, 9D and DC. RGB value is (121,157,220). Sum of RGB (Red+Green+Blue) = 121+157+220=498 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.30% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #799DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DDC is #866223. Grayscale: #999999. Windows color (decimal): -8806948 or 14458233. OLE color: 14458233.

HSL color Cylindrical-coordinate representation of color #799DDC: hue angle of 218.18º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #799DDC is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 157 220 -
CMYK 0.45 0.29 0 0.14
HSL 218.18º 0.59% 0.67% -
HSV(B) 218.18º 0.45% 0.86% -
XYZ 32.86 33.35 72.41 -
YUV 153.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 121 157 220 0.45 0.29 0 0.14 218.18 0.59 0.67
Hex 79 9D DC 2D 1D 0 E DA 3B 43
Octal 171 235 334 55 35 0 16 332 73 103
Binary 1111001 10011101 11011100 101101 11101 0 1110 11011010 111011 1000011

Color Harmonies of #799DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799DDC

Black with #799DDC

Text Example


Text Example

White with #799DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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