Html Css Color HEX #7799D4 Jordy Blue

📋 copy color: '#7799D4'

red 119 ◦ green 153 ◦ blue 212

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

Shades of Jordy Blue #7799D4

Tints of Jordy Blue #7799D4

RGB

 RED value IS 119 (46.88% from 255) = 24.59%

 GREEN value IS 153 (60.16% from 255) = 31.61%

 BLUE value IS 212 (83.2% from 255) = 43.8%

R = 24.59%
G = 31.61%
B = 43.8%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#7799D4 (or 0x7799D4) is known color: Jordy Blue. HEX triplet: 77, 99 and D4. RGB value is (119,153,212). Sum of RGB (Red+Green+Blue) = 119+153+212=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 212 (83.20% from 255 or 43.80% from 484); Max value from RGB is 212 - color contains mainly: blue. Hex color #7799D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799D4 is #88662B. Grayscale: #959595. Windows color (decimal): -8939052 or 13932919. OLE color: 13932919.

HSL color Cylindrical-coordinate representation of color #7799D4: hue angle of 218.06º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7799D4 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 119 153 212 -
CMYK 0.44 0.28 0 0.17
HSL 218.06º 0.52% 0.65% -
HSV(B) 218.06º 0.44% 0.83% -
XYZ 30.88 31.46 66.73 -
YUV 149.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 119 153 212 0.44 0.28 0 0.17 218.06 0.52 0.65
Hex 77 99 D4 2C 1C 0 11 DA 34 41
Octal 167 231 324 54 34 0 21 332 64 101
Binary 1110111 10011001 11010100 101100 11100 0 10001 11011010 110100 1000001

Color Harmonies of #7799D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7799D4

Black with #7799D4

Text Example


Text Example

White with #7799D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7799D4; }

 p { color: rgb(119,153,212); }

 H1.HeaderClassName
 {
   color: #7799D4;
 }
 .AnyTagClassName
 {
   color: #7799D4;
 }
</style>

background-color css

<style>
 a { background-color: #7799D4; }

 a { background-color: rgb(119,153,212); }

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

border-color css

<style>
 span { border-color: #7799D4; }

 span { border-color: rgb(119,153,212); }

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