#789EDD

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

Shades of Jordy Blue #789EDD

Tints of Jordy Blue #789EDD

Color information

#789EDD (or 0x789EDD) is unknown color: approx Jordy Blue. HEX triplet: 78, 9E and DD. RGB value is (120,158,221). Sum of RGB (Red+Green+Blue) = 120+158+221=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #789EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EDD is #876122. Grayscale: #999999. Windows color (decimal): -8872227 or 14524024. OLE color: 14524024.

HSL color Cylindrical-coordinate representation of color #789EDD: hue angle of 217.43º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #789EDD is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120158221-
CMYK0.460.2900.13
HSL217.43º59.76%66.86%-
HSV(B)217.43º45.7%86.67%-
XYZ33.0233.6773.16-
YUV153.82165.91103.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.05%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=24.05%
G=31.66%
B=44.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201582210.460.2900.13217.4359.7666.86
Hex789EDD2E1D0Dd93c43
Octal170236335563501533174103
Binary111100010011110110111011011101110101101110110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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