Html Css Color HEX #789FEF Jordy Blue

📋 copy color: '#789FEF'

red 120 ◦ green 159 ◦ blue 239

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

Shades of Jordy Blue #789FEF

Tints of Jordy Blue #789FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.14%

R = 23.17%
G = 30.69%
B = 46.14%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#789FEF (or 0x789FEF) is known color: Jordy Blue. HEX triplet: 78, 9F and EF. RGB value is (120,159,239). Sum of RGB (Red+Green+Blue) = 120+159+239=518 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.17% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #789FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FEF is #876010. Grayscale: #9C9C9C. Windows color (decimal): -8871953 or 15703928. OLE color: 15703928.

HSL color Cylindrical-coordinate representation of color #789FEF: hue angle of 220.34º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #789FEF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 120 159 239 -
CMYK 0.50 0.33 0 0.06
HSL 220.34º 0.79% 0.7% -
HSV(B) 220.34º 0.5% 0.94% -
XYZ 35.72 35.02 86.54 -
YUV 156.46 174.58 102 -
System Red Green Blue C M Y K H S L
Decimal 120 159 239 0.50 0.33 0 0.06 220.34 0.79 0.7
Hex 78 9F EF 32 21 0 6 DC 4F 46
Octal 170 237 357 62 41 0 6 334 117 106
Binary 1111000 10011111 11101111 110010 100001 0 110 11011100 1001111 1000110

Color Harmonies of #789FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FEF

Black with #789FEF

Text Example


Text Example

White with #789FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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