Html Css Color HEX #789BDA Jordy Blue

📋 copy color: '#789BDA'

red 120 ◦ green 155 ◦ blue 218

#789BDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #789BDA

Tints of Jordy Blue #789BDA

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 value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#789BDA (or 0x789BDA) is known color: 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

RGB 120 155 218 -
CMYK 0.45 0.29 0 0.15
HSL 218.57º 0.57% 0.66% -
HSV(B) 218.57º 0.45% 0.85% -
XYZ 32.12 32.5 70.91 -
YUV 151.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 120 155 218 0.45 0.29 0 0.15 218.57 0.57 0.66
Hex 78 9B DA 2D 1D 0 F DB 39 42
Octal 170 233 332 55 35 0 17 333 71 102
Binary 1111000 10011011 11011010 101101 11101 0 1111 11011011 111001 1000010

Color Harmonies of #789BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BDA

Black with #789BDA

Text Example


Text Example

White with #789BDA

Text Example


Text Example

HTML Codes & Css Web 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>