Html Css Color HEX #799ED1 Jordy Blue

📋 copy color: '#799ED1'

red 121 ◦ green 158 ◦ blue 209

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

Shades of Jordy Blue #799ED1

Tints of Jordy Blue #799ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.83%

R = 24.8%
G = 32.38%
B = 42.83%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#799ED1 (or 0x799ED1) is known color: Jordy Blue. HEX triplet: 79, 9E and D1. RGB value is (121,158,209). Sum of RGB (Red+Green+Blue) = 121+158+209=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #799ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ED1 is #86612E. Grayscale: #989898. Windows color (decimal): -8806703 or 13737593. OLE color: 13737593.

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

Color convert

RGB 121 158 209 -
CMYK 0.42 0.24 0 0.18
HSL 214.77º 0.49% 0.65% -
HSV(B) 214.77º 0.42% 0.82% -
XYZ 31.62 33.12 65.05 -
YUV 152.75 159.74 105.35 -
System Red Green Blue C M Y K H S L
Decimal 121 158 209 0.42 0.24 0 0.18 214.77 0.49 0.65
Hex 79 9E D1 2A 18 0 12 D7 31 41
Octal 171 236 321 52 30 0 22 327 61 101
Binary 1111001 10011110 11010001 101010 11000 0 10010 11010111 110001 1000001

Color Harmonies of #799ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799ED1

Black with #799ED1

Text Example


Text Example

White with #799ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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