Html Css Color HEX #789EE0 Jordy Blue

📋 copy color: '#789EE0'

red 120 ◦ green 158 ◦ blue 224

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

Shades of Jordy Blue #789EE0

Tints of Jordy Blue #789EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.62%

R = 23.9%
G = 31.47%
B = 44.62%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#789EE0 (or 0x789EE0) is known color: Jordy Blue. HEX triplet: 78, 9E and E0. RGB value is (120,158,224). Sum of RGB (Red+Green+Blue) = 120+158+224=502 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.90% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 224 (87.89% from 255 or 44.62% from 502); Max value from RGB is 224 - color contains mainly: blue. Hex color #789EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EE0 is #87611F. Grayscale: #999999. Windows color (decimal): -8872224 or 14720632. OLE color: 14720632.

HSL color Cylindrical-coordinate representation of color #789EE0: hue angle of 218.08º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #789EE0 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 158 224 -
CMYK 0.46 0.29 0 0.12
HSL 218.08º 0.63% 0.67% -
HSV(B) 218.08º 0.46% 0.88% -
XYZ 33.43 33.83 75.29 -
YUV 154.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 120 158 224 0.46 0.29 0 0.12 218.08 0.63 0.67
Hex 78 9E E0 2E 1D 0 C DA 3F 43
Octal 170 236 340 56 35 0 14 332 77 103
Binary 1111000 10011110 11100000 101110 11101 0 1100 11011010 111111 1000011

Color Harmonies of #789EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EE0

Black with #789EE0

Text Example


Text Example

White with #789EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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