Html Css Color HEX #7799DD Jordy Blue

📋 copy color: '#7799DD'

red 119 ◦ green 153 ◦ blue 221

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

Shades of Jordy Blue #7799DD

Tints of Jordy Blue #7799DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.83%

R = 24.14%
G = 31.03%
B = 44.83%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7799DD (or 0x7799DD) is known color: Jordy Blue. HEX triplet: 77, 99 and DD. RGB value is (119,153,221). Sum of RGB (Red+Green+Blue) = 119+153+221=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #7799DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7799DD is #886622. Grayscale: #969696. Windows color (decimal): -8939043 or 14522743. OLE color: 14522743.

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

Color convert

RGB 119 153 221 -
CMYK 0.46 0.31 0 0.13
HSL 220º 0.6% 0.67% -
HSV(B) 220º 0.46% 0.87% -
XYZ 32.05 31.92 72.88 -
YUV 150.59 167.74 105.47 -
System Red Green Blue C M Y K H S L
Decimal 119 153 221 0.46 0.31 0 0.13 220 0.6 0.67
Hex 77 99 DD 2E 1F 0 D DC 3C 43
Octal 167 231 335 56 37 0 15 334 74 103
Binary 1110111 10011001 11011101 101110 11111 0 1101 11011100 111100 1000011

Color Harmonies of #7799DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7799DD

Black with #7799DD

Text Example


Text Example

White with #7799DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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