Html Css Color HEX #769DDD Jordy Blue

📋 copy color: '#769DDD'

red 118 ◦ green 157 ◦ blue 221

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

Shades of Jordy Blue #769DDD

Tints of Jordy Blue #769DDD

RGB

 RED value IS 118 (46.48% from 255) = 23.79%

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

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

R = 23.79%
G = 31.65%
B = 44.56%

CMYK

 C value IS 0.47

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#769DDD (or 0x769DDD) is known color: Jordy Blue. HEX triplet: 76, 9D and DD. RGB value is (118,157,221). Sum of RGB (Red+Green+Blue) = 118+157+221=496 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.79% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #769DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DDD is #896222. Grayscale: #989898. Windows color (decimal): -9003555 or 14523766. OLE color: 14523766.

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

Color convert

RGB 118 157 221 -
CMYK 0.47 0.29 0 0.13
HSL 217.28º 0.6% 0.66% -
HSV(B) 217.28º 0.47% 0.87% -
XYZ 32.58 33.19 73.1 -
YUV 152.64 166.58 103.3 -
System Red Green Blue C M Y K H S L
Decimal 118 157 221 0.47 0.29 0 0.13 217.28 0.6 0.66
Hex 76 9D DD 2F 1D 0 D D9 3C 42
Octal 166 235 335 57 35 0 15 331 74 102
Binary 1110110 10011101 11011101 101111 11101 0 1101 11011001 111100 1000010

Color Harmonies of #769DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DDD

Black with #769DDD

Text Example


Text Example

White with #769DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769DDD; }

 p { color: rgb(118,157,221); }

 H1.HeaderClassName
 {
   color: #769DDD;
 }
 .AnyTagClassName
 {
   color: #769DDD;
 }
</style>

background-color css

<style>
 a { background-color: #769DDD; }

 a { background-color: rgb(118,157,221); }

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

border-color css

<style>
 span { border-color: #769DDD; }

 span { border-color: rgb(118,157,221); }

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