Html Css Color HEX #769EDD Jordy Blue

📋 copy color: '#769EDD'

red 118 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #769EDD

Tints of Jordy Blue #769EDD

RGB

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

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

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

R = 23.74%
G = 31.79%
B = 44.47%

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

#769EDD (or 0x769EDD) is known color: Jordy Blue. HEX triplet: 76, 9E and DD. RGB value is (118,158,221). Sum of RGB (Red+Green+Blue) = 118+158+221=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #769EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769EDD is #896122. Grayscale: #989898. Windows color (decimal): -9003299 or 14524022. OLE color: 14524022.

HSL color Cylindrical-coordinate representation of color #769EDD: hue angle of 216.7º 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 #769EDD is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 158 221 -
CMYK 0.47 0.29 0 0.13
HSL 216.7º 0.6% 0.66% -
HSV(B) 216.7º 0.47% 0.87% -
XYZ 32.75 33.53 73.15 -
YUV 153.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 118 158 221 0.47 0.29 0 0.13 216.7 0.6 0.66
Hex 76 9E DD 2F 1D 0 D D9 3C 42
Octal 166 236 335 57 35 0 15 331 74 102
Binary 1110110 10011110 11011101 101111 11101 0 1101 11011001 111100 1000010

Color Harmonies of #769EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769EDD

Black with #769EDD

Text Example


Text Example

White with #769EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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