Html Css Color HEX #789BDE Jordy Blue

📋 copy color: '#789BDE'

red 120 ◦ green 155 ◦ blue 222

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

Shades of Jordy Blue #789BDE

Tints of Jordy Blue #789BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.67%

R = 24.14%
G = 31.19%
B = 44.67%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#789BDE (or 0x789BDE) is known color: Jordy Blue. HEX triplet: 78, 9B and DE. RGB value is (120,155,222). Sum of RGB (Red+Green+Blue) = 120+155+222=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 155 (60.94% from 255 or 31.19% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 222 - color contains mainly: blue. Hex color #789BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789BDE is #876421. Grayscale: #979797. Windows color (decimal): -8872994 or 14588792. OLE color: 14588792.

HSL color Cylindrical-coordinate representation of color #789BDE: hue angle of 219.41º degrees, saturation: 0.61, 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 #789BDE is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 155 222 -
CMYK 0.46 0.30 0 0.13
HSL 219.41º 0.61% 0.67% -
HSV(B) 219.41º 0.46% 0.87% -
XYZ 32.65 32.71 73.7 -
YUV 152.17 167.4 105.05 -
System Red Green Blue C M Y K H S L
Decimal 120 155 222 0.46 0.30 0 0.13 219.41 0.61 0.67
Hex 78 9B DE 2E 1E 0 D DB 3D 43
Octal 170 233 336 56 36 0 15 333 75 103
Binary 1111000 10011011 11011110 101110 11110 0 1101 11011011 111101 1000011

Color Harmonies of #789BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789BDE

Black with #789BDE

Text Example


Text Example

White with #789BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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