Html Css Color HEX #789EE6 Jordy Blue

📋 copy color: '#789EE6'

red 120 ◦ green 158 ◦ blue 230

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

Shades of Jordy Blue #789EE6

Tints of Jordy Blue #789EE6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.1%

 BLUE value IS 230 (90.23% from 255) = 45.28%

R = 23.62%
G = 31.1%
B = 45.28%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#789EE6 (or 0x789EE6) is known color: Jordy Blue. HEX triplet: 78, 9E and E6. RGB value is (120,158,230). Sum of RGB (Red+Green+Blue) = 120+158+230=508 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.62% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #789EE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789EE6 is #876119. Grayscale: #9A9A9A. Windows color (decimal): -8872218 or 15113848. OLE color: 15113848.

HSL color Cylindrical-coordinate representation of color #789EE6: hue angle of 219.27º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #789EE6 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 158 230 -
CMYK 0.48 0.31 0 0.10
HSL 219.27º 0.69% 0.69% -
HSV(B) 219.27º 0.48% 0.9% -
XYZ 34.26 34.16 79.65 -
YUV 154.85 170.41 103.15 -
System Red Green Blue C M Y K H S L
Decimal 120 158 230 0.48 0.31 0 0.10 219.27 0.69 0.69
Hex 78 9E E6 30 1F 0 A DB 45 45
Octal 170 236 346 60 37 0 12 333 105 105
Binary 1111000 10011110 11100110 110000 11111 0 1010 11011011 1000101 1000101

Color Harmonies of #789EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EE6

Black with #789EE6

Text Example


Text Example

White with #789EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,158,230); }

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

background-color css

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

 a { background-color: rgb(120,158,230); }

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

border-color css

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

 span { border-color: rgb(120,158,230); }

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