Html Css Color HEX #769ADC Jordy Blue

📋 copy color: '#769ADC'

red 118 ◦ green 154 ◦ blue 220

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

Shades of Jordy Blue #769ADC

Tints of Jordy Blue #769ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 23.98%
G = 31.3%
B = 44.72%

CMYK

 C value IS 0.46

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#769ADC (or 0x769ADC) is known color: Jordy Blue. HEX triplet: 76, 9A and DC. RGB value is (118,154,220). Sum of RGB (Red+Green+Blue) = 118+154+220=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #769ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ADC is #896523. Grayscale: #969696. Windows color (decimal): -9004324 or 14457462. OLE color: 14457462.

HSL color Cylindrical-coordinate representation of color #769ADC: hue angle of 218.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #769ADC is Cyan = 0.46, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 154 220 -
CMYK 0.46 0.3 0 0.14
HSL 218.82º 0.59% 0.66% -
HSV(B) 218.82º 0.46% 0.86% -
XYZ 31.95 32.13 72.23 -
YUV 150.76 167.07 104.63 -
System Red Green Blue C M Y K H S L
Decimal 118 154 220 0.46 0.3 0 0.14 218.82 0.59 0.66
Hex 76 9A DC 2E 1E 0 E DB 3B 42
Octal 166 232 334 56 36 0 16 333 73 102
Binary 1110110 10011010 11011100 101110 11110 0 1110 11011011 111011 1000010

Color Harmonies of #769ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769ADC

Black with #769ADC

Text Example


Text Example

White with #769ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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