Html Css Color HEX #799EDE Jordy Blue

📋 copy color: '#799EDE'

red 121 ◦ green 158 ◦ blue 222

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

Shades of Jordy Blue #799EDE

Tints of Jordy Blue #799EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 24.15%
G = 31.54%
B = 44.31%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#799EDE (or 0x799EDE) is known color: Jordy Blue. HEX triplet: 79, 9E and DE. RGB value is (121,158,222). Sum of RGB (Red+Green+Blue) = 121+158+222=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #799EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799EDE is #866121. Grayscale: #999999. Windows color (decimal): -8806690 or 14589561. OLE color: 14589561.

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

Color convert

RGB 121 158 222 -
CMYK 0.45 0.29 0 0.13
HSL 218.02º 0.6% 0.67% -
HSV(B) 218.02º 0.45% 0.87% -
XYZ 33.3 33.79 73.87 -
YUV 154.23 166.24 104.3 -
System Red Green Blue C M Y K H S L
Decimal 121 158 222 0.45 0.29 0 0.13 218.02 0.6 0.67
Hex 79 9E DE 2D 1D 0 D DA 3C 43
Octal 171 236 336 55 35 0 15 332 74 103
Binary 1111001 10011110 11011110 101101 11101 0 1101 11011010 111100 1000011

Color Harmonies of #799EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799EDE

Black with #799EDE

Text Example


Text Example

White with #799EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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