Html Css Color HEX #789FDA Jordy Blue

📋 copy color: '#789FDA'

red 120 ◦ green 159 ◦ blue 218

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

Shades of Jordy Blue #789FDA

Tints of Jordy Blue #789FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.99%

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 24.14%
G = 31.99%
B = 43.86%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#789FDA (or 0x789FDA) is known color: Jordy Blue. HEX triplet: 78, 9F and DA. RGB value is (120,159,218). Sum of RGB (Red+Green+Blue) = 120+159+218=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #789FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FDA is #876025. Grayscale: #999999. Windows color (decimal): -8871974 or 14327672. OLE color: 14327672.

HSL color Cylindrical-coordinate representation of color #789FDA: hue angle of 216.12º 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 #789FDA is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 159 218 -
CMYK 0.45 0.27 0 0.15
HSL 216.12º 0.57% 0.66% -
HSV(B) 216.12º 0.45% 0.85% -
XYZ 32.8 33.85 71.13 -
YUV 154.07 164.08 103.7 -
System Red Green Blue C M Y K H S L
Decimal 120 159 218 0.45 0.27 0 0.15 216.12 0.57 0.66
Hex 78 9F DA 2D 1B 0 F D8 39 42
Octal 170 237 332 55 33 0 17 330 71 102
Binary 1111000 10011111 11011010 101101 11011 0 1111 11011000 111001 1000010

Color Harmonies of #789FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FDA

Black with #789FDA

Text Example


Text Example

White with #789FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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