#789DE0

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

Shades of Jordy Blue #789DE0

Tints of Jordy Blue #789DE0

Color information

#789DE0 (or 0x789DE0) is unknown color: approx Jordy Blue. HEX triplet: 78, 9D and E0. RGB value is (120,157,224). Sum of RGB (Red+Green+Blue) = 120+157+224=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #789DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DE0 is #87621F. Grayscale: #999999. Windows color (decimal): -8872480 or 14720376. OLE color: 14720376.

HSL color Cylindrical-coordinate representation of color #789DE0: hue angle of 218.65º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #789DE0 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB120157224-
CMYK0.460.3000.12
HSL218.65º62.65%67.45%-
HSV(B)218.65º46.43%87.84%-
XYZ33.2633.4975.23-
YUV153.57167.74104.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.95%
GREEN value IS 157 (61.72% from 255) = 31.34%
BLUE value IS 224 (87.89% from 255) = 44.71%
R=23.95%
G=31.34%
B=44.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1201572240.460.3000.12218.6562.6567.45
Hex789DE02E1E0Cdb3f43
Octal170235340563601433377103
Binary111100010011101111000001011101111001100110110111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,157,224); }

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

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

 a { background-color: rgb(120,157,224); }

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

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

 span { border-color: rgb(120,157,224); }

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