Html Css Color HEX #769AD0 Jordy Blue

📋 copy color: '#769AD0'

red 118 ◦ green 154 ◦ blue 208

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

Shades of Jordy Blue #769AD0

Tints of Jordy Blue #769AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.08%

 BLUE value IS 208 (81.64% from 255) = 43.33%

R = 24.58%
G = 32.08%
B = 43.33%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#769AD0 (or 0x769AD0) is known color: Jordy Blue. HEX triplet: 76, 9A and D0. RGB value is (118,154,208). Sum of RGB (Red+Green+Blue) = 118+154+208=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 208 (81.64% from 255 or 43.33% from 480); Max value from RGB is 208 - color contains mainly: blue. Hex color #769AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AD0 is #89652F. Grayscale: #959595. Windows color (decimal): -9004336 or 13671030. OLE color: 13671030.

HSL color Cylindrical-coordinate representation of color #769AD0: hue angle of 216º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #769AD0 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 154 208 -
CMYK 0.43 0.26 0 0.18
HSL 216º 0.49% 0.64% -
HSV(B) 216º 0.43% 0.82% -
XYZ 30.41 31.52 64.15 -
YUV 149.39 161.07 105.61 -
System Red Green Blue C M Y K H S L
Decimal 118 154 208 0.43 0.26 0 0.18 216 0.49 0.64
Hex 76 9A D0 2B 1A 0 12 D8 31 40
Octal 166 232 320 53 32 0 22 330 61 100
Binary 1110110 10011010 11010000 101011 11010 0 10010 11011000 110001 1000000

Color Harmonies of #769AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769AD0

Black with #769AD0

Text Example


Text Example

White with #769AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,154,208); }

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

background-color css

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

 a { background-color: rgb(118,154,208); }

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

border-color css

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

 span { border-color: rgb(118,154,208); }

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