Html Css Color HEX #77A0F0 Jordy Blue

📋 copy color: '#77A0F0'

red 119 ◦ green 160 ◦ blue 240

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

Shades of Jordy Blue #77A0F0

Tints of Jordy Blue #77A0F0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

 BLUE value IS 240 (94.14% from 255) = 46.24%

R = 22.93%
G = 30.83%
B = 46.24%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#77A0F0 (or 0x77A0F0) is known color: Jordy Blue. HEX triplet: 77, A0 and F0. RGB value is (119,160,240). Sum of RGB (Red+Green+Blue) = 119+160+240=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 240 - color contains mainly: blue. Hex color #77A0F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A0F0 is #885F0F. Grayscale: #9C9C9C. Windows color (decimal): -8937232 or 15769719. OLE color: 15769719.

HSL color Cylindrical-coordinate representation of color #77A0F0: hue angle of 219.67º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77A0F0 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 119 160 240 -
CMYK 0.50 0.33 0 0.06
HSL 219.67º 0.8% 0.7% -
HSV(B) 219.67º 0.5% 0.94% -
XYZ 35.91 35.35 87.37 -
YUV 156.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 119 160 240 0.50 0.33 0 0.06 219.67 0.8 0.7
Hex 77 A0 F0 32 21 0 6 DC 50 46
Octal 167 240 360 62 41 0 6 334 120 106
Binary 1110111 10100000 11110000 110010 100001 0 110 11011100 1010000 1000110

Color Harmonies of #77A0F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A0F0

Black with #77A0F0

Text Example


Text Example

White with #77A0F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77A0F0; }

 p { color: rgb(119,160,240); }

 H1.HeaderClassName
 {
   color: #77A0F0;
 }
 .AnyTagClassName
 {
   color: #77A0F0;
 }
</style>

background-color css

<style>
 a { background-color: #77A0F0; }

 a { background-color: rgb(119,160,240); }

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

border-color css

<style>
 span { border-color: #77A0F0; }

 span { border-color: rgb(119,160,240); }

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