#789ED5

Color #789ED5 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #789ED5

Tints of Jordy Blue #789ED5

Color information

#789ED5 (or 0x789ED5) is unknown color: approx Jordy Blue. HEX triplet: 78, 9E and D5. RGB value is (120,158,213). Sum of RGB (Red+Green+Blue) = 120+158+213=491 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.44% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 213 (83.59% from 255 or 43.38% from 491); Max value from RGB is 213 - color contains mainly: blue. Hex color #789ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ED5 is #87612A. Grayscale: #989898. Windows color (decimal): -8872235 or 13999736. OLE color: 13999736.

HSL color Cylindrical-coordinate representation of color #789ED5: hue angle of 215.48º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #789ED5 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB120158213-
CMYK0.440.2600.16
HSL215.48º52.54%65.29%-
HSV(B)215.48º43.66%83.53%-
XYZ31.9833.2567.68-
YUV152.91161.91104.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.44%
GREEN value IS 158 (62.11% from 255) = 32.18%
BLUE value IS 213 (83.59% from 255) = 43.38%
R=24.44%
G=32.18%
B=43.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1201582130.440.2600.16215.4852.5465.29
Hex789ED52C1A010d73541
Octal170236325543202032765101
Binary1111000100111101101010110110011010010000110101111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #789ED5;
 }
 .AnyTagClassName
 {
   color: #789ED5;
 }
</style>
background-color css

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

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

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

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

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

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