#789fd8

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

Shades of Jordy Blue #789FD8

Tints of Jordy Blue #789FD8

Color information

#789FD8 (or 0x789FD8) is unknown color: approx Jordy Blue. HEX triplet: 78, 9F and D8. RGB value is (120,159,216). Sum of RGB (Red+Green+Blue) = 120+159+216=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #789FD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FD8 is #876027. Grayscale: #999999. Windows color (decimal): -8871976 or 14196600. OLE color: 14196600.

HSL color Cylindrical-coordinate representation of color #789FD8: hue angle of 215.62º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #789FD8 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120159216-
CMYK0.440.2600.15
HSL215.62º55.17%65.88%-
HSV(B)215.62º44.44%84.71%-
XYZ32.5433.7569.76-
YUV153.84163.08103.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.24%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 216 (84.77% from 255) = 43.64%
R=24.24%
G=32.12%
B=43.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201592160.440.2600.15215.6255.1765.88
Hex789FD82C1A0Fd83742
Octal170237330543201733067102
Binary111100010011111110110001011001101001111110110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,159,216); }

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

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

 a { background-color: rgb(120,159,216); }

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

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

 span { border-color: rgb(120,159,216); }

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