Html Css Color HEX #789ADD Jordy Blue

📋 copy color: '#789ADD'

red 120 ◦ green 154 ◦ blue 221

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

Shades of Jordy Blue #789ADD

Tints of Jordy Blue #789ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.11%

 BLUE value IS 221 (86.72% from 255) = 44.65%

R = 24.24%
G = 31.11%
B = 44.65%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#789ADD (or 0x789ADD) is known color: Jordy Blue. HEX triplet: 78, 9A and DD. RGB value is (120,154,221). Sum of RGB (Red+Green+Blue) = 120+154+221=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 154 (60.55% from 255 or 31.11% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #789ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ADD is #876522. Grayscale: #979797. Windows color (decimal): -8873251 or 14523000. OLE color: 14523000.

HSL color Cylindrical-coordinate representation of color #789ADD: hue angle of 219.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #789ADD is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 154 221 -
CMYK 0.46 0.30 0 0.13
HSL 219.8º 0.6% 0.67% -
HSV(B) 219.8º 0.46% 0.87% -
XYZ 32.35 32.32 72.94 -
YUV 151.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 120 154 221 0.46 0.30 0 0.13 219.8 0.6 0.67
Hex 78 9A DD 2E 1E 0 D DC 3C 43
Octal 170 232 335 56 36 0 15 334 74 103
Binary 1111000 10011010 11011101 101110 11110 0 1101 11011100 111100 1000011

Color Harmonies of #789ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789ADD

Black with #789ADD

Text Example


Text Example

White with #789ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,154,221); }

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

background-color css

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

 a { background-color: rgb(120,154,221); }

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

border-color css

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

 span { border-color: rgb(120,154,221); }

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