Html Css Color HEX #769EDA Jordy Blue

📋 copy color: '#769EDA'

red 118 ◦ green 158 ◦ blue 218

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

Shades of Jordy Blue #769EDA

Tints of Jordy Blue #769EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 23.89%
G = 31.98%
B = 44.13%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#769EDA (or 0x769EDA) is known color: Jordy Blue. HEX triplet: 76, 9E and DA. RGB value is (118,158,218). Sum of RGB (Red+Green+Blue) = 118+158+218=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #769EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EDA is #896125. Grayscale: #989898. Windows color (decimal): -9003302 or 14327414. OLE color: 14327414.

HSL color Cylindrical-coordinate representation of color #769EDA: hue angle of 216º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769EDA is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 158 218 -
CMYK 0.46 0.28 0 0.15
HSL 216º 0.57% 0.66% -
HSV(B) 216º 0.46% 0.85% -
XYZ 32.35 33.37 71.07 -
YUV 152.88 164.75 103.12 -
System Red Green Blue C M Y K H S L
Decimal 118 158 218 0.46 0.28 0 0.15 216 0.57 0.66
Hex 76 9E DA 2E 1C 0 F D8 39 42
Octal 166 236 332 56 34 0 17 330 71 102
Binary 1110110 10011110 11011010 101110 11100 0 1111 11011000 111001 1000010

Color Harmonies of #769EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EDA

Black with #769EDA

Text Example


Text Example

White with #769EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,158,218); }

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

background-color css

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

 a { background-color: rgb(118,158,218); }

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

border-color css

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

 span { border-color: rgb(118,158,218); }

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