Html Css Color HEX #789AE5 Jordy Blue

📋 copy color: '#789AE5'

red 120 ◦ green 154 ◦ blue 229

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

Shades of Jordy Blue #789AE5

Tints of Jordy Blue #789AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 23.86%
G = 30.62%
B = 45.53%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#789AE5 (or 0x789AE5) is known color: Jordy Blue. HEX triplet: 78, 9A and E5. RGB value is (120,154,229). Sum of RGB (Red+Green+Blue) = 120+154+229=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #789AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789AE5 is #87651A. Grayscale: #989898. Windows color (decimal): -8873243 or 15047288. OLE color: 15047288.

HSL color Cylindrical-coordinate representation of color #789AE5: hue angle of 221.28º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #789AE5 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 154 229 -
CMYK 0.48 0.33 0 0.10
HSL 221.28º 0.68% 0.68% -
HSV(B) 221.28º 0.48% 0.9% -
XYZ 33.44 32.76 78.69 -
YUV 152.38 171.24 104.9 -
System Red Green Blue C M Y K H S L
Decimal 120 154 229 0.48 0.33 0 0.10 221.28 0.68 0.68
Hex 78 9A E5 30 21 0 A DD 44 44
Octal 170 232 345 60 41 0 12 335 104 104
Binary 1111000 10011010 11100101 110000 100001 0 1010 11011101 1000100 1000100

Color Harmonies of #789AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789AE5

Black with #789AE5

Text Example


Text Example

White with #789AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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