#77A5F1

Color #77A5F1 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #77A5F1

Tints of Jordy Blue #77A5F1

Color information

#77A5F1 (or 0x77A5F1) is unknown color: approx Jordy Blue. HEX triplet: 77, A5 and F1. RGB value is (119,165,241). Sum of RGB (Red+Green+Blue) = 119+165+241=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #77A5F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A5F1 is #885A0E. Grayscale: #9F9F9F. Windows color (decimal): -8935951 or 15836535. OLE color: 15836535.

HSL color Cylindrical-coordinate representation of color #77A5F1: hue angle of 217.38º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77A5F1 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB119165241-
CMYK0.510.3200.05
HSL217.38º81.33%70.59%-
HSV(B)217.38º50.62%94.51%-
XYZ36.9437.1888.45-
YUV159.91173.7698.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.67%
GREEN value IS 165 (64.84% from 255) = 31.43%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=22.67%
G=31.43%
B=45.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1191652410.510.3200.05217.3881.3370.59
Hex77A5F1332005d95147
Octal167245361634005331121107
Binary1110111101001011111000111001110000001011101100110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77A5F1;
 }
 .AnyTagClassName
 {
   color: #77A5F1;
 }
</style>
background-color css

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

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

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

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

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

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