Html Css Color HEX #789FEB Jordy Blue

📋 copy color: '#789FEB'

red 120 ◦ green 159 ◦ blue 235

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

Shades of Jordy Blue #789FEB

Tints of Jordy Blue #789FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 23.35%
G = 30.93%
B = 45.72%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#789FEB (or 0x789FEB) is known color: Jordy Blue. HEX triplet: 78, 9F and EB. RGB value is (120,159,235). Sum of RGB (Red+Green+Blue) = 120+159+235=514 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.35% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #789FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FEB is #876014. Grayscale: #9B9B9B. Windows color (decimal): -8871957 or 15441784. OLE color: 15441784.

HSL color Cylindrical-coordinate representation of color #789FEB: hue angle of 219.65º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #789FEB is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 159 235 -
CMYK 0.49 0.32 0 0.08
HSL 219.65º 0.74% 0.7% -
HSV(B) 219.65º 0.49% 0.92% -
XYZ 35.14 34.79 83.46 -
YUV 156 172.58 102.32 -
System Red Green Blue C M Y K H S L
Decimal 120 159 235 0.49 0.32 0 0.08 219.65 0.74 0.7
Hex 78 9F EB 31 20 0 8 DC 4A 46
Octal 170 237 353 61 40 0 10 334 112 106
Binary 1111000 10011111 11101011 110001 100000 0 1000 11011100 1001010 1000110

Color Harmonies of #789FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FEB

Black with #789FEB

Text Example


Text Example

White with #789FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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