Html Css Color HEX #789ADF Jordy Blue

📋 copy color: '#789ADF'

red 120 ◦ green 154 ◦ blue 223

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

Shades of Jordy Blue #789ADF

Tints of Jordy Blue #789ADF

RGB

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

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

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

R = 24.14%
G = 30.99%
B = 44.87%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#789ADF (or 0x789ADF) is known color: Jordy Blue. HEX triplet: 78, 9A and DF. RGB value is (120,154,223). Sum of RGB (Red+Green+Blue) = 120+154+223=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #789ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #789ADF is #876520. Grayscale: #979797. Windows color (decimal): -8873249 or 14654072. OLE color: 14654072.

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

Color convert

RGB 120 154 223 -
CMYK 0.46 0.31 0 0.13
HSL 220.19º 0.62% 0.67% -
HSV(B) 220.19º 0.46% 0.87% -
XYZ 32.62 32.43 74.35 -
YUV 151.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 120 154 223 0.46 0.31 0 0.13 220.19 0.62 0.67
Hex 78 9A DF 2E 1F 0 D DC 3E 43
Octal 170 232 337 56 37 0 15 334 76 103
Binary 1111000 10011010 11011111 101110 11111 0 1101 11011100 111110 1000011

Color Harmonies of #789ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789ADF

Black with #789ADF

Text Example


Text Example

White with #789ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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