Html Css Color HEX #769AD8 Jordy Blue

📋 copy color: '#769AD8'

red 118 ◦ green 154 ◦ blue 216

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

Shades of Jordy Blue #769AD8

Tints of Jordy Blue #769AD8

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.56%

 BLUE value IS 216 (84.77% from 255) = 44.26%

R = 24.18%
G = 31.56%
B = 44.26%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#769AD8 (or 0x769AD8) is known color: Jordy Blue. HEX triplet: 76, 9A and D8. RGB value is (118,154,216). Sum of RGB (Red+Green+Blue) = 118+154+216=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #769AD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AD8 is #896527. Grayscale: #969696. Windows color (decimal): -9004328 or 14195318. OLE color: 14195318.

HSL color Cylindrical-coordinate representation of color #769AD8: hue angle of 217.96º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #769AD8 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 154 216 -
CMYK 0.45 0.29 0 0.15
HSL 217.96º 0.56% 0.65% -
HSV(B) 217.96º 0.45% 0.85% -
XYZ 31.42 31.92 69.47 -
YUV 150.3 165.07 104.96 -
System Red Green Blue C M Y K H S L
Decimal 118 154 216 0.45 0.29 0 0.15 217.96 0.56 0.65
Hex 76 9A D8 2D 1D 0 F DA 38 41
Octal 166 232 330 55 35 0 17 332 70 101
Binary 1110110 10011010 11011000 101101 11101 0 1111 11011010 111000 1000001

Color Harmonies of #769AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AD8

Black with #769AD8

Text Example


Text Example

White with #769AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,216); }

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

background-color css

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

 a { background-color: rgb(118,154,216); }

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

border-color css

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

 span { border-color: rgb(118,154,216); }

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