#789BDA

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

Shades of Jordy Blue #789BDA

Tints of Jordy Blue #789BDA

Color information

#789BDA (or 0x789BDA) is unknown color: approx Jordy Blue. HEX triplet: 78, 9B and DA. RGB value is (120,155,218). Sum of RGB (Red+Green+Blue) = 120+155+218=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #789BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BDA is #876425. Grayscale: #979797. Windows color (decimal): -8872998 or 14326648. OLE color: 14326648.

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

Color convert

RGB120155218-
CMYK0.450.2900.15
HSL218.57º56.98%66.27%-
HSV(B)218.57º44.95%85.49%-
XYZ32.1232.570.91-
YUV151.72165.4105.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.34%
GREEN value IS 155 (60.94% from 255) = 31.44%
BLUE value IS 218 (85.55% from 255) = 44.22%
R=24.34%
G=31.44%
B=44.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201552180.450.2900.15218.5756.9866.27
Hex789BDA2D1D0Fdb3942
Octal170233332553501733371102
Binary111100010011011110110101011011110101111110110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,155,218); }

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

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

 a { background-color: rgb(120,155,218); }

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

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

 span { border-color: rgb(120,155,218); }

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