Html Css Color HEX #769BDA Jordy Blue

📋 copy color: '#769BDA'

red 118 ◦ green 155 ◦ blue 218

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

Shades of Jordy Blue #769BDA

Tints of Jordy Blue #769BDA

RGB

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

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

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

R = 24.03%
G = 31.57%
B = 44.4%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#769BDA (or 0x769BDA) is known color: Jordy Blue. HEX triplet: 76, 9B and DA. RGB value is (118,155,218). Sum of RGB (Red+Green+Blue) = 118+155+218=491 (65% of max value = 765). Red value is 118 (46.48% from 255 or 24.03% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #769BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BDA is #896425. Grayscale: #969696. Windows color (decimal): -9004070 or 14326646. OLE color: 14326646.

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

Color convert

RGB 118 155 218 -
CMYK 0.46 0.29 0 0.15
HSL 217.8º 0.57% 0.66% -
HSV(B) 217.8º 0.46% 0.85% -
XYZ 31.85 32.36 70.9 -
YUV 151.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 118 155 218 0.46 0.29 0 0.15 217.8 0.57 0.66
Hex 76 9B DA 2E 1D 0 F DA 39 42
Octal 166 233 332 56 35 0 17 332 71 102
Binary 1110110 10011011 11011010 101110 11101 0 1111 11011010 111001 1000010

Color Harmonies of #769BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BDA

Black with #769BDA

Text Example


Text Example

White with #769BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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