Html Css Color HEX #799AD6 Jordy Blue

📋 copy color: '#799AD6'

red 121 ◦ green 154 ◦ blue 214

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

Shades of Jordy Blue #799AD6

Tints of Jordy Blue #799AD6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 24.74%
G = 31.49%
B = 43.76%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#799AD6 (or 0x799AD6) is known color: Jordy Blue. HEX triplet: 79, 9A and D6. RGB value is (121,154,214). Sum of RGB (Red+Green+Blue) = 121+154+214=489 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.74% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #799AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799AD6 is #866529. Grayscale: #969696. Windows color (decimal): -8807722 or 14064249. OLE color: 14064249.

HSL color Cylindrical-coordinate representation of color #799AD6: hue angle of 218.71º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #799AD6 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 154 214 -
CMYK 0.43 0.28 0 0.16
HSL 218.71º 0.53% 0.66% -
HSV(B) 218.71º 0.43% 0.84% -
XYZ 31.58 32.03 68.14 -
YUV 150.97 163.57 106.62 -
System Red Green Blue C M Y K H S L
Decimal 121 154 214 0.43 0.28 0 0.16 218.71 0.53 0.66
Hex 79 9A D6 2B 1C 0 10 DB 35 42
Octal 171 232 326 53 34 0 20 333 65 102
Binary 1111001 10011010 11010110 101011 11100 0 10000 11011011 110101 1000010

Color Harmonies of #799AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799AD6

Black with #799AD6

Text Example


Text Example

White with #799AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,154,214); }

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

background-color css

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

 a { background-color: rgb(121,154,214); }

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

border-color css

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

 span { border-color: rgb(121,154,214); }

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