Html Css Color HEX #789EDD Jordy Blue

📋 copy color: '#789EDD'

red 120 ◦ green 158 ◦ blue 221

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

Shades of Jordy Blue #789EDD

Tints of Jordy Blue #789EDD

RGB

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

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

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

R = 24.05%
G = 31.66%
B = 44.29%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#789EDD (or 0x789EDD) is known color: Jordy Blue. HEX triplet: 78, 9E and DD. RGB value is (120,158,221). Sum of RGB (Red+Green+Blue) = 120+158+221=499 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24.05% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #789EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EDD is #876122. Grayscale: #999999. Windows color (decimal): -8872227 or 14524024. OLE color: 14524024.

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

Color convert

RGB 120 158 221 -
CMYK 0.46 0.29 0 0.13
HSL 217.43º 0.6% 0.67% -
HSV(B) 217.43º 0.46% 0.87% -
XYZ 33.02 33.67 73.16 -
YUV 153.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 120 158 221 0.46 0.29 0 0.13 217.43 0.6 0.67
Hex 78 9E DD 2E 1D 0 D D9 3C 43
Octal 170 236 335 56 35 0 15 331 74 103
Binary 1111000 10011110 11011101 101110 11101 0 1101 11011001 111100 1000011

Color Harmonies of #789EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EDD

Black with #789EDD

Text Example


Text Example

White with #789EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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