Html Css Color HEX #77A5DF Jordy Blue

📋 copy color: '#77A5DF'

red 119 ◦ green 165 ◦ blue 223

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

Shades of Jordy Blue #77A5DF

Tints of Jordy Blue #77A5DF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.54%

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

R = 23.47%
G = 32.54%
B = 43.98%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77A5DF (or 0x77A5DF) is known color: Jordy Blue. HEX triplet: 77, A5 and DF. RGB value is (119,165,223). Sum of RGB (Red+Green+Blue) = 119+165+223=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #77A5DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A5DF is #885A20. Grayscale: #9D9D9D. Windows color (decimal): -8935969 or 14656887. OLE color: 14656887.

HSL color Cylindrical-coordinate representation of color #77A5DF: hue angle of 213.46º 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 #77A5DF is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 165 223 -
CMYK 0.47 0.26 0 0.13
HSL 213.46º 0.62% 0.67% -
HSV(B) 213.46º 0.47% 0.87% -
XYZ 34.38 36.16 74.98 -
YUV 157.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 119 165 223 0.47 0.26 0 0.13 213.46 0.62 0.67
Hex 77 A5 DF 2F 1A 0 D D5 3E 43
Octal 167 245 337 57 32 0 15 325 76 103
Binary 1110111 10100101 11011111 101111 11010 0 1101 11010101 111110 1000011

Color Harmonies of #77A5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A5DF

Black with #77A5DF

Text Example


Text Example

White with #77A5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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