Html Css Color HEX #779ADF Jordy Blue

📋 copy color: '#779ADF'

red 119 ◦ green 154 ◦ blue 223

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

Shades of Jordy Blue #779ADF

Tints of Jordy Blue #779ADF

RGB

 RED value IS 119 (46.88% from 255) = 23.99%

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

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

R = 23.99%
G = 31.05%
B = 44.96%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#779ADF (or 0x779ADF) is known color: Jordy Blue. HEX triplet: 77, 9A and DF. RGB value is (119,154,223). Sum of RGB (Red+Green+Blue) = 119+154+223=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #779ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #779ADF is #886520. Grayscale: #979797. Windows color (decimal): -8938785 or 14654071. OLE color: 14654071.

HSL color Cylindrical-coordinate representation of color #779ADF: hue angle of 219.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #779ADF is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 154 223 -
CMYK 0.47 0.31 0 0.13
HSL 219.81º 0.62% 0.67% -
HSV(B) 219.81º 0.47% 0.87% -
XYZ 32.48 32.36 74.35 -
YUV 151.4 168.4 104.89 -
System Red Green Blue C M Y K H S L
Decimal 119 154 223 0.47 0.31 0 0.13 219.81 0.62 0.67
Hex 77 9A DF 2F 1F 0 D DC 3E 43
Octal 167 232 337 57 37 0 15 334 76 103
Binary 1110111 10011010 11011111 101111 11111 0 1101 11011100 111110 1000011

Color Harmonies of #779ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779ADF

Black with #779ADF

Text Example


Text Example

White with #779ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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