Html Css Color HEX #769BDD Jordy Blue

📋 copy color: '#769BDD'

red 118 ◦ green 155 ◦ blue 221

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

Shades of Jordy Blue #769BDD

Tints of Jordy Blue #769BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

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

R = 23.89%
G = 31.38%
B = 44.74%

CMYK

 C value IS 0.47

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#769BDD (or 0x769BDD) is known color: Jordy Blue. HEX triplet: 76, 9B and DD. RGB value is (118,155,221). Sum of RGB (Red+Green+Blue) = 118+155+221=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #769BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BDD is #896422. Grayscale: #979797. Windows color (decimal): -9004067 or 14523254. OLE color: 14523254.

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

Color convert

RGB 118 155 221 -
CMYK 0.47 0.30 0 0.13
HSL 218.45º 0.6% 0.66% -
HSV(B) 218.45º 0.47% 0.87% -
XYZ 32.24 32.51 72.98 -
YUV 151.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 118 155 221 0.47 0.30 0 0.13 218.45 0.6 0.66
Hex 76 9B DD 2F 1E 0 D DA 3C 42
Octal 166 233 335 57 36 0 15 332 74 102
Binary 1110110 10011011 11011101 101111 11110 0 1101 11011010 111100 1000010

Color Harmonies of #769BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BDD

Black with #769BDD

Text Example


Text Example

White with #769BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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