Html Css Color HEX #789EDC Jordy Blue

📋 copy color: '#789EDC'

red 120 ◦ green 158 ◦ blue 220

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

Shades of Jordy Blue #789EDC

Tints of Jordy Blue #789EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 24.1%
G = 31.73%
B = 44.18%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#789EDC (or 0x789EDC) is known color: Jordy Blue. HEX triplet: 78, 9E and DC. RGB value is (120,158,220). Sum of RGB (Red+Green+Blue) = 120+158+220=498 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.10% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #789EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EDC is #876123. Grayscale: #999999. Windows color (decimal): -8872228 or 14458488. OLE color: 14458488.

HSL color Cylindrical-coordinate representation of color #789EDC: hue angle of 217.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #789EDC is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 158 220 -
CMYK 0.45 0.28 0 0.14
HSL 217.2º 0.59% 0.67% -
HSV(B) 217.2º 0.45% 0.86% -
XYZ 32.89 33.61 72.46 -
YUV 153.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 120 158 220 0.45 0.28 0 0.14 217.2 0.59 0.67
Hex 78 9E DC 2D 1C 0 E D9 3B 43
Octal 170 236 334 55 34 0 16 331 73 103
Binary 1111000 10011110 11011100 101101 11100 0 1110 11011001 111011 1000011

Color Harmonies of #789EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EDC

Black with #789EDC

Text Example


Text Example

White with #789EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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