Html Css Color HEX #789FEA Jordy Blue

📋 copy color: '#789FEA'

red 120 ◦ green 159 ◦ blue 234

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

Shades of Jordy Blue #789FEA

Tints of Jordy Blue #789FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.99%

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

R = 23.39%
G = 30.99%
B = 45.61%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#789FEA (or 0x789FEA) is known color: Jordy Blue. HEX triplet: 78, 9F and EA. RGB value is (120,159,234). Sum of RGB (Red+Green+Blue) = 120+159+234=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #789FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #789FEA is #876015. Grayscale: #9B9B9B. Windows color (decimal): -8871958 or 15376248. OLE color: 15376248.

HSL color Cylindrical-coordinate representation of color #789FEA: hue angle of 219.47º 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 #789FEA is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 159 234 -
CMYK 0.49 0.32 0 0.08
HSL 219.47º 0.73% 0.69% -
HSV(B) 219.47º 0.49% 0.92% -
XYZ 35 34.73 82.7 -
YUV 155.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 120 159 234 0.49 0.32 0 0.08 219.47 0.73 0.69
Hex 78 9F EA 31 20 0 8 DB 49 45
Octal 170 237 352 61 40 0 10 333 111 105
Binary 1111000 10011111 11101010 110001 100000 0 1000 11011011 1001001 1000101

Color Harmonies of #789FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FEA

Black with #789FEA

Text Example


Text Example

White with #789FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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