Html Css Color HEX #789DDC Jordy Blue

📋 copy color: '#789DDC'

red 120 ◦ green 157 ◦ blue 220

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

Shades of Jordy Blue #789DDC

Tints of Jordy Blue #789DDC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.59%

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

R = 24.14%
G = 31.59%
B = 44.27%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#789DDC (or 0x789DDC) is known color: Jordy Blue. HEX triplet: 78, 9D and DC. RGB value is (120,157,220). Sum of RGB (Red+Green+Blue) = 120+157+220=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #789DDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DDC is #876223. Grayscale: #989898. Windows color (decimal): -8872484 or 14458232. OLE color: 14458232.

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

Color convert

RGB 120 157 220 -
CMYK 0.45 0.29 0 0.14
HSL 217.8º 0.59% 0.67% -
HSV(B) 217.8º 0.45% 0.86% -
XYZ 32.72 33.27 72.41 -
YUV 153.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 120 157 220 0.45 0.29 0 0.14 217.8 0.59 0.67
Hex 78 9D DC 2D 1D 0 E DA 3B 43
Octal 170 235 334 55 35 0 16 332 73 103
Binary 1111000 10011101 11011100 101101 11101 0 1110 11011010 111011 1000011

Color Harmonies of #789DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789DDC

Black with #789DDC

Text Example


Text Example

White with #789DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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