Html Css Color HEX #789DEA Jordy Blue

📋 copy color: '#789DEA'

red 120 ◦ green 157 ◦ blue 234

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

Shades of Jordy Blue #789DEA

Tints of Jordy Blue #789DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 23.48%
G = 30.72%
B = 45.79%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#789DEA (or 0x789DEA) is known color: Jordy Blue. HEX triplet: 78, 9D and EA. RGB value is (120,157,234). Sum of RGB (Red+Green+Blue) = 120+157+234=511 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.48% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #789DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789DEA is #876215. Grayscale: #9A9A9A. Windows color (decimal): -8872470 or 15375736. OLE color: 15375736.

HSL color Cylindrical-coordinate representation of color #789DEA: hue angle of 220.53º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #789DEA is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 157 234 -
CMYK 0.49 0.33 0 0.08
HSL 220.53º 0.73% 0.69% -
HSV(B) 220.53º 0.49% 0.92% -
XYZ 34.65 34.05 82.59 -
YUV 154.72 172.74 103.24 -
System Red Green Blue C M Y K H S L
Decimal 120 157 234 0.49 0.33 0 0.08 220.53 0.73 0.69
Hex 78 9D EA 31 21 0 8 DD 49 45
Octal 170 235 352 61 41 0 10 335 111 105
Binary 1111000 10011101 11101010 110001 100001 0 1000 11011101 1001001 1000101

Color Harmonies of #789DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789DEA

Black with #789DEA

Text Example


Text Example

White with #789DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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