#77A2FF

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

Shades of Cornflower Blue #77A2FF

Tints of Cornflower Blue #77A2FF

Color information

#77A2FF (or 0x77A2FF) is unknown color: approx Cornflower Blue. HEX triplet: 77, A2 and FF. RGB value is (119,162,255). Sum of RGB (Red+Green+Blue) = 119+162+255=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #77A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A2FF is #885D00. Grayscale: #9F9F9F. Windows color (decimal): -8936705 or 16753271. OLE color: 16753271.

HSL color Cylindrical-coordinate representation of color #77A2FF: hue angle of 221.03º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77A2FF is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB119162255-
CMYK0.530.3600
HSL221.03º100%73.33%-
HSV(B)221.03º53.33%100%-
XYZ38.5836.9899.71-
YUV159.74181.7598.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.20%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 255 (100% from 255) = 47.57%
R=22.20%
G=30.22%
B=47.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1191622550.530.3600221.0310073.33
Hex77A2FF352400dd6449
Octal167242377654400335144111
Binary11101111010001011111111110101100100001101110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,162,255); }

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

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

 a { background-color: rgb(119,162,255); }

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

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

 span { border-color: rgb(119,162,255); }

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