Html Css Color HEX #789FDC Jordy Blue

📋 copy color: '#789FDC'

red 120 ◦ green 159 ◦ blue 220

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

Shades of Jordy Blue #789FDC

Tints of Jordy Blue #789FDC

RGB

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

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

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

R = 24.05%
G = 31.86%
B = 44.09%

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

#789FDC (or 0x789FDC) is known color: Jordy Blue. HEX triplet: 78, 9F and DC. RGB value is (120,159,220). Sum of RGB (Red+Green+Blue) = 120+159+220=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #789FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789FDC is #876023. Grayscale: #9A9A9A. Windows color (decimal): -8871972 or 14458744. OLE color: 14458744.

HSL color Cylindrical-coordinate representation of color #789FDC: hue angle of 216.6º 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 #789FDC is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 159 220 -
CMYK 0.45 0.28 0 0.14
HSL 216.6º 0.59% 0.67% -
HSV(B) 216.6º 0.45% 0.86% -
XYZ 33.06 33.96 72.52 -
YUV 154.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 120 159 220 0.45 0.28 0 0.14 216.6 0.59 0.67
Hex 78 9F DC 2D 1C 0 E D9 3B 43
Octal 170 237 334 55 34 0 16 331 73 103
Binary 1111000 10011111 11011100 101101 11100 0 1110 11011001 111011 1000011

Color Harmonies of #789FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FDC

Black with #789FDC

Text Example


Text Example

White with #789FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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