Html Css Color HEX #769DDB Jordy Blue

📋 copy color: '#769DDB'

red 118 ◦ green 157 ◦ blue 219

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

Shades of Jordy Blue #769DDB

Tints of Jordy Blue #769DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 23.89%
G = 31.78%
B = 44.33%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#769DDB (or 0x769DDB) is known color: Jordy Blue. HEX triplet: 76, 9D and DB. RGB value is (118,157,219). Sum of RGB (Red+Green+Blue) = 118+157+219=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #769DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DDB is #896224. Grayscale: #989898. Windows color (decimal): -9003557 or 14392694. OLE color: 14392694.

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

Color convert

RGB 118 157 219 -
CMYK 0.46 0.28 0 0.14
HSL 216.83º 0.58% 0.66% -
HSV(B) 216.83º 0.46% 0.86% -
XYZ 32.31 33.08 71.7 -
YUV 152.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 118 157 219 0.46 0.28 0 0.14 216.83 0.58 0.66
Hex 76 9D DB 2E 1C 0 E D9 3A 42
Octal 166 235 333 56 34 0 16 331 72 102
Binary 1110110 10011101 11011011 101110 11100 0 1110 11011001 111010 1000010

Color Harmonies of #769DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769DDB

Black with #769DDB

Text Example


Text Example

White with #769DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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