Html Css Color HEX #789BDB Jordy Blue

📋 copy color: '#789BDB'

red 120 ◦ green 155 ◦ blue 219

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

Shades of Jordy Blue #789BDB

Tints of Jordy Blue #789BDB

RGB

 RED value IS 120 (47.27% from 255) = 24.29%

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 24.29%
G = 31.38%
B = 44.33%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#789BDB (or 0x789BDB) is known color: Jordy Blue. HEX triplet: 78, 9B and DB. RGB value is (120,155,219). Sum of RGB (Red+Green+Blue) = 120+155+219=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #789BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BDB is #876424. Grayscale: #979797. Windows color (decimal): -8872997 or 14392184. OLE color: 14392184.

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

Color convert

RGB 120 155 219 -
CMYK 0.45 0.29 0 0.14
HSL 218.79º 0.58% 0.66% -
HSV(B) 218.79º 0.45% 0.86% -
XYZ 32.25 32.55 71.6 -
YUV 151.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 120 155 219 0.45 0.29 0 0.14 218.79 0.58 0.66
Hex 78 9B DB 2D 1D 0 E DB 3A 42
Octal 170 233 333 55 35 0 16 333 72 102
Binary 1111000 10011011 11011011 101101 11101 0 1110 11011011 111010 1000010

Color Harmonies of #789BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BDB

Black with #789BDB

Text Example


Text Example

White with #789BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #789BDB;
 }
 .AnyTagClassName
 {
   color: #789BDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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