Html Css Color HEX #769FDA Jordy Blue

📋 copy color: '#769FDA'

red 118 ◦ green 159 ◦ blue 218

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

Shades of Jordy Blue #769FDA

Tints of Jordy Blue #769FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.12%

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

R = 23.84%
G = 32.12%
B = 44.04%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#769FDA (or 0x769FDA) is known color: Jordy Blue. HEX triplet: 76, 9F and DA. RGB value is (118,159,218). Sum of RGB (Red+Green+Blue) = 118+159+218=495 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.84% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #769FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FDA is #896025. Grayscale: #999999. Windows color (decimal): -9003046 or 14327670. OLE color: 14327670.

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

Color convert

RGB 118 159 218 -
CMYK 0.46 0.27 0 0.15
HSL 215.4º 0.57% 0.66% -
HSV(B) 215.4º 0.46% 0.85% -
XYZ 32.52 33.71 71.12 -
YUV 153.47 164.42 102.7 -
System Red Green Blue C M Y K H S L
Decimal 118 159 218 0.46 0.27 0 0.15 215.4 0.57 0.66
Hex 76 9F DA 2E 1B 0 F D7 39 42
Octal 166 237 332 56 33 0 17 327 71 102
Binary 1110110 10011111 11011010 101110 11011 0 1111 11010111 111001 1000010

Color Harmonies of #769FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769FDA

Black with #769FDA

Text Example


Text Example

White with #769FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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