Html Css Color HEX #789EDF Jordy Blue

📋 copy color: '#789EDF'

red 120 ◦ green 158 ◦ blue 223

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

Shades of Jordy Blue #789EDF

Tints of Jordy Blue #789EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 23.95%
G = 31.54%
B = 44.51%

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

#789EDF (or 0x789EDF) is known color: Jordy Blue. HEX triplet: 78, 9E and DF. RGB value is (120,158,223). Sum of RGB (Red+Green+Blue) = 120+158+223=501 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.95% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #789EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789EDF is #876120. Grayscale: #999999. Windows color (decimal): -8872225 or 14655096. OLE color: 14655096.

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

Color convert

RGB 120 158 223 -
CMYK 0.46 0.29 0 0.13
HSL 217.86º 0.62% 0.67% -
HSV(B) 217.86º 0.46% 0.87% -
XYZ 33.29 33.77 74.58 -
YUV 154.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 120 158 223 0.46 0.29 0 0.13 217.86 0.62 0.67
Hex 78 9E DF 2E 1D 0 D DA 3E 43
Octal 170 236 337 56 35 0 15 332 76 103
Binary 1111000 10011110 11011111 101110 11101 0 1101 11011010 111110 1000011

Color Harmonies of #789EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789EDF

Black with #789EDF

Text Example


Text Example

White with #789EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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