Html Css Color HEX #769CDA Jordy Blue

📋 copy color: '#769CDA'

red 118 ◦ green 156 ◦ blue 218

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

Shades of Jordy Blue #769CDA

Tints of Jordy Blue #769CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.71%

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

R = 23.98%
G = 31.71%
B = 44.31%

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

#769CDA (or 0x769CDA) is known color: Jordy Blue. HEX triplet: 76, 9C and DA. RGB value is (118,156,218). Sum of RGB (Red+Green+Blue) = 118+156+218=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #769CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CDA is #896325. Grayscale: #979797. Windows color (decimal): -9003814 or 14326902. OLE color: 14326902.

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

Color convert

RGB 118 156 218 -
CMYK 0.46 0.28 0 0.15
HSL 217.2º 0.57% 0.66% -
HSV(B) 217.2º 0.46% 0.85% -
XYZ 32.01 32.69 70.95 -
YUV 151.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 118 156 218 0.46 0.28 0 0.15 217.2 0.57 0.66
Hex 76 9C DA 2E 1C 0 F D9 39 42
Octal 166 234 332 56 34 0 17 331 71 102
Binary 1110110 10011100 11011010 101110 11100 0 1111 11011001 111001 1000010

Color Harmonies of #769CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769CDA

Black with #769CDA

Text Example


Text Example

White with #769CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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