Html Css Color HEX #789DDF Jordy Blue

📋 copy color: '#789DDF'

red 120 ◦ green 157 ◦ blue 223

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

Shades of Jordy Blue #789DDF

Tints of Jordy Blue #789DDF

RGB

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

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

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

R = 24%
G = 31.4%
B = 44.6%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#789DDF (or 0x789DDF) is known color: Jordy Blue. HEX triplet: 78, 9D and DF. RGB value is (120,157,223). Sum of RGB (Red+Green+Blue) = 120+157+223=500 (66% of max value = 765). Red value is 120 (47.27% from 255 or 24% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #789DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789DDF is #876220. Grayscale: #999999. Windows color (decimal): -8872481 or 14654840. OLE color: 14654840.

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

Color convert

RGB 120 157 223 -
CMYK 0.46 0.30 0 0.13
HSL 218.45º 0.62% 0.67% -
HSV(B) 218.45º 0.46% 0.87% -
XYZ 33.12 33.43 74.52 -
YUV 153.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 120 157 223 0.46 0.30 0 0.13 218.45 0.62 0.67
Hex 78 9D DF 2E 1E 0 D DA 3E 43
Octal 170 235 337 56 36 0 15 332 76 103
Binary 1111000 10011101 11011111 101110 11110 0 1101 11011010 111110 1000011

Color Harmonies of #789DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789DDF

Black with #789DDF

Text Example


Text Example

White with #789DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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