Html Css Color HEX #789FED Jordy Blue

📋 copy color: '#789FED'

red 120 ◦ green 159 ◦ blue 237

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

Shades of Jordy Blue #789FED

Tints of Jordy Blue #789FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.93%

R = 23.26%
G = 30.81%
B = 45.93%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#789FED (or 0x789FED) is known color: Jordy Blue. HEX triplet: 78, 9F and ED. RGB value is (120,159,237). Sum of RGB (Red+Green+Blue) = 120+159+237=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #789FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FED is #876012. Grayscale: #9B9B9B. Windows color (decimal): -8871955 or 15572856. OLE color: 15572856.

HSL color Cylindrical-coordinate representation of color #789FED: hue angle of 220º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #789FED is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 159 237 -
CMYK 0.49 0.33 0 0.07
HSL 220º 0.76% 0.7% -
HSV(B) 220º 0.49% 0.93% -
XYZ 35.43 34.9 84.99 -
YUV 156.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 120 159 237 0.49 0.33 0 0.07 220 0.76 0.7
Hex 78 9F ED 31 21 0 7 DC 4C 46
Octal 170 237 355 61 41 0 7 334 114 106
Binary 1111000 10011111 11101101 110001 100001 0 111 11011100 1001100 1000110

Color Harmonies of #789FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FED

Black with #789FED

Text Example


Text Example

White with #789FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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