Html Css Color HEX #789EDB Jordy Blue

📋 copy color: '#789EDB'

red 120 ◦ green 158 ◦ blue 219

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

Shades of Jordy Blue #789EDB

Tints of Jordy Blue #789EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.79%

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

R = 24.14%
G = 31.79%
B = 44.06%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#789EDB (or 0x789EDB) is known color: Jordy Blue. HEX triplet: 78, 9E and DB. RGB value is (120,158,219). Sum of RGB (Red+Green+Blue) = 120+158+219=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #789EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EDB is #876124. Grayscale: #999999. Windows color (decimal): -8872229 or 14392952. OLE color: 14392952.

HSL color Cylindrical-coordinate representation of color #789EDB: hue angle of 216.97º 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 #789EDB is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 158 219 -
CMYK 0.45 0.28 0 0.14
HSL 216.97º 0.58% 0.66% -
HSV(B) 216.97º 0.45% 0.86% -
XYZ 32.76 33.56 71.77 -
YUV 153.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 120 158 219 0.45 0.28 0 0.14 216.97 0.58 0.66
Hex 78 9E DB 2D 1C 0 E D9 3A 42
Octal 170 236 333 55 34 0 16 331 72 102
Binary 1111000 10011110 11011011 101101 11100 0 1110 11011001 111010 1000010

Color Harmonies of #789EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EDB

Black with #789EDB

Text Example


Text Example

White with #789EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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