Html Css Color HEX #789FEE Jordy Blue

📋 copy color: '#789FEE'

red 120 ◦ green 159 ◦ blue 238

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

Shades of Jordy Blue #789FEE

Tints of Jordy Blue #789FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.03%

R = 23.21%
G = 30.75%
B = 46.03%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#789FEE (or 0x789FEE) is known color: Jordy Blue. HEX triplet: 78, 9F and EE. RGB value is (120,159,238). Sum of RGB (Red+Green+Blue) = 120+159+238=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #789FEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FEE is #876011. Grayscale: #9B9B9B. Windows color (decimal): -8871954 or 15638392. OLE color: 15638392.

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

Color convert

RGB 120 159 238 -
CMYK 0.50 0.33 0 0.07
HSL 220.17º 0.78% 0.7% -
HSV(B) 220.17º 0.5% 0.93% -
XYZ 35.58 34.96 85.76 -
YUV 156.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 120 159 238 0.50 0.33 0 0.07 220.17 0.78 0.7
Hex 78 9F EE 32 21 0 7 DC 4E 46
Octal 170 237 356 62 41 0 7 334 116 106
Binary 1111000 10011111 11101110 110010 100001 0 111 11011100 1001110 1000110

Color Harmonies of #789FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FEE

Black with #789FEE

Text Example


Text Example

White with #789FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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