Html Css Color HEX #789ADB Jordy Blue

📋 copy color: '#789ADB'

red 120 ◦ green 154 ◦ blue 219

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

Shades of Jordy Blue #789ADB

Tints of Jordy Blue #789ADB

RGB

 RED value IS 120 (47.27% from 255) = 24.34%

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

 BLUE value IS 219 (85.94% from 255) = 44.42%

R = 24.34%
G = 31.24%
B = 44.42%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#789ADB (or 0x789ADB) is known color: Jordy Blue. HEX triplet: 78, 9A and DB. RGB value is (120,154,219). Sum of RGB (Red+Green+Blue) = 120+154+219=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #789ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ADB is #876524. Grayscale: #969696. Windows color (decimal): -8873253 or 14391928. OLE color: 14391928.

HSL color Cylindrical-coordinate representation of color #789ADB: hue angle of 219.39º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #789ADB is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 154 219 -
CMYK 0.45 0.30 0 0.14
HSL 219.39º 0.58% 0.66% -
HSV(B) 219.39º 0.45% 0.86% -
XYZ 32.09 32.22 71.55 -
YUV 151.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 120 154 219 0.45 0.30 0 0.14 219.39 0.58 0.66
Hex 78 9A DB 2D 1E 0 E DB 3A 42
Octal 170 232 333 55 36 0 16 333 72 102
Binary 1111000 10011010 11011011 101101 11110 0 1110 11011011 111010 1000010

Color Harmonies of #789ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789ADB

Black with #789ADB

Text Example


Text Example

White with #789ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789ADB; }

 p { color: rgb(120,154,219); }

 H1.HeaderClassName
 {
   color: #789ADB;
 }
 .AnyTagClassName
 {
   color: #789ADB;
 }
</style>

background-color css

<style>
 a { background-color: #789ADB; }

 a { background-color: rgb(120,154,219); }

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

border-color css

<style>
 span { border-color: #789ADB; }

 span { border-color: rgb(120,154,219); }

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