Html Css Color HEX #799DDB Jordy Blue

📋 copy color: '#799DDB'

red 121 ◦ green 157 ◦ blue 219

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

Shades of Jordy Blue #799DDB

Tints of Jordy Blue #799DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 24.35%
G = 31.59%
B = 44.06%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#799DDB (or 0x799DDB) is known color: Jordy Blue. HEX triplet: 79, 9D and DB. RGB value is (121,157,219). Sum of RGB (Red+Green+Blue) = 121+157+219=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #799DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799DDB is #866224. Grayscale: #999999. Windows color (decimal): -8806949 or 14392697. OLE color: 14392697.

HSL color Cylindrical-coordinate representation of color #799DDB: hue angle of 217.96º degrees, saturation: 0.58, 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 #799DDB is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 157 219 -
CMYK 0.45 0.28 0 0.14
HSL 217.96º 0.58% 0.67% -
HSV(B) 217.96º 0.45% 0.86% -
XYZ 32.73 33.29 71.72 -
YUV 153.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 121 157 219 0.45 0.28 0 0.14 217.96 0.58 0.67
Hex 79 9D DB 2D 1C 0 E DA 3A 43
Octal 171 235 333 55 34 0 16 332 72 103
Binary 1111001 10011101 11011011 101101 11100 0 1110 11011010 111010 1000011

Color Harmonies of #799DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799DDB

Black with #799DDB

Text Example


Text Example

White with #799DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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